[xwiki-notifications] [Issue] Closed: (XECLIPSE-67) Opening two pages with the same fullname but from two distinct wikis won't work
Fabio Mancinelli (JIRA)
jira at xwiki.org
Tue Nov 27 14:59:33 CET 2007
[ http://jira.xwiki.org/jira/browse/XECLIPSE-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Fabio Mancinelli closed XECLIPSE-67.
------------------------------------
Fix Version/s: 1.0.1
Resolution: Fixed
Assignee: Fabio Mancinelli
The bug was due to the implementation of equals+hashCode in the XWikiSpace.
It was comparing only the space key instead of comparing also the connections.
So two spaces from two different connections were considered equals and pages were added to the first one that was found in the internal representation of the tree.
> Opening two pages with the same fullname but from two distinct wikis won't work
> -------------------------------------------------------------------------------
>
> Key: XECLIPSE-67
> URL: http://jira.xwiki.org/jira/browse/XECLIPSE-67
> Project: XWiki Eclipse Integration
> Issue Type: Bug
> Affects Versions: 1.0
> Reporter: Stephane Lauriere
> Assigned To: Fabio Mancinelli
> Fix For: 1.0.1
>
>
> Scenario:
> 1) I connect to wiki1.xwiki.com from XEclipse
> 2) I connect to wiki2.xwiki.com from XEclipse
> 3) I open "Main.WebHome" from wiki1 (from the "Open page" wizard)
> 4) when opening Main.WebHome from wiki2 from the "Open page" wizard, actually nothing happens: it seems XEclipse mixes up wiki2:Main.WebHome and wiki1:Main.WebHome
> Actually I also notice some side effects: sometimes, wiki pages from wiki2 get loaded in the wiki1 tree.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the notifications
mailing list