You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by bu...@apache.org on 2005/07/26 21:09:09 UTC

DO NOT REPLY [Bug 35873] New: - [Patch] ChangeNodeID usecase does not work

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35873>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35873

           Summary: [Patch] ChangeNodeID usecase does not work
           Product: Lenya
           Version: Trunk
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Usecase Framework
        AssignedTo: dev@lenya.apache.org
        ReportedBy: josias.thoeny@wyona.org


A StackOverflowError occurs when the ChangeNodeID usecase is called. The
reason is that ChangeNodeID.getObjectsToLock() calls
super.lockInvolvedObjects(), which in turn calls getObjectsToLock() ->
infinite loop.
Another problem is that a top-level document like "/foo" cannot be renamed (I
mean rename the document-id), because the method
DocumentIdentityMap.getParent(document) returns null -> NPE.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org