[jira] Subscription: open issues

2006-11-04 Thread jira
Issue Subscription Filter: open issues (89 issues) Open Issues for Apache Jackrabbit Subscriber: jackrabbitdev Key Summary JCR-620 Document View Import tests fail for EMF/XMI serialization http://issues.apache.org/jira/browse/JCR-620 JCR-619 CacheManager (Memory Manage

Re: NoPrefixDeclaredException

2006-11-04 Thread Dan Connelly
Okay, Marcel: I reworked the test without introducing the XMI document.The most recent attachment in the JIRA produces the problem. (DocumentViewDOMSourceImportTest) I demonstrate the NoPrefixDeclaredException using an override for "importWithHandler" from DocumentViewImportTest. It

[jira] Updated: (JCR-620) Document View Import tests fail for EMF/XMI serialization

2006-11-04 Thread Dan Connelly (JIRA)
[ http://issues.apache.org/jira/browse/JCR-620?page=all ] Dan Connelly updated JCR-620: - Attachment: DocumentViewDOMSourceImportTest.java I change the class name (and file name) for the new JUnit test.The problem is due the DOMSource, not to XMI style X

[jira] Updated: (JCR-620) Document View Import tests fail for EMF/XMI serialization

2006-11-04 Thread Dan Connelly (JIRA)
[ http://issues.apache.org/jira/browse/JCR-620?page=all ] Dan Connelly updated JCR-620: - Attachment: XMIDocumentViewImportTest.java On second thought, don't close this JIRA. The latest attached JUnit shows the problem without having to introduce new docume

unlock a node locked by other session

2006-11-04 Thread Paco Avila
I need to unlock a node locked by another session, but when I add the lock token to the session and perfom an unlock and exception is thrown: Node not locked by session. JCR-170 specification says that any session can unlock a node if the lock token is added to the session (8.4.6). -- Paco Avila