Re: Issue when restoring the Node version history

2006-08-10 Thread Jukka Zitting
Hi, On 8/11/06, Nicolas <[EMAIL PROTECTED]> wrote: Exception in thread "main" javax.jcr.nodetype.ConstraintViolationException: no matching child node definition found for { http://www.jcp.org/jcr/1.0}rootVersion This exception is raised when I call getEffectiveNodeType... Could you send your

[jira] Created: (JCR-542) Allow the removal of an item even if its schema has changed

2006-08-10 Thread Florent Guillaume (JIRA)
Allow the removal of an item even if its schema has changed --- Key: JCR-542 URL: http://issues.apache.org/jira/browse/JCR-542 Project: Jackrabbit Issue Type: Improvement Comp

Re: Issue when restoring the Node version history

2006-08-10 Thread Nicolas
Actually, I have followed you advice and Jukka's one about writing a custom importer based on WorkspaceImporter. However, after deleting all checks and rewriting some part of the code, I have this exception: Exception in thread "main" javax.jcr.nodetype.ConstraintViolationException: no matching c

[jira] Commented: (JCR-449) inconsistency in internal version items during commits

2006-08-10 Thread JIRA
[ http://issues.apache.org/jira/browse/JCR-449?page=comments#action_12427351 ] Jorge Rodríguez Pedrianes commented on JCR-449: --- Hello tobias, i want know if you try play the example, and repeat the NPE. I try to find the error but

Re: can't Import a system view using ImportXML

2006-08-10 Thread Florent Guillaume
Nicolas wrote: Hi Florent, I would definitely like to see the root node referenceable, it would avoid special casing it in some of my code. How do you manage it for now? By special-casing failures of getUUID in my application code. Florent -- Florent Guillaume, Nuxeo (Paris, France) Dire

[jira] Updated: (JCR-540) AbstractJCRTest fails on level 1 repositories

2006-08-10 Thread Julian Reschke (JIRA)
[ http://issues.apache.org/jira/browse/JCR-540?page=all ] Julian Reschke updated JCR-540: --- Attachment: JCR-540.diff.txt New proposed patch, not using NotExecutableException. I'd still like to see an easy way to find out whether a repository supports L1 c

[jira] Commented: (JCR-533) failing Node.lock() might leave inconsistent transient state

2006-08-10 Thread Paco Avila (JIRA)
[ http://issues.apache.org/jira/browse/JCR-533?page=comments#action_12427271 ] Paco Avila commented on JCR-533: Yes, I know there is no need to call save. My attached program DummyLockAccessDenied.java doesn't call save() after the lock(). But i

Re: WebDAV testcases

2006-08-10 Thread Angela Schreiber
David Kennedy wrote: Thanks. just one remark. the litmus test are only useful for the 'simpleserver', since the jcrserver by definition does not allow to create any kind of resources / properties. the final testsuite for the jcrserver would be the TCK run on a jcr-client. Are there any tests

Re: WebDAV testcases

2006-08-10 Thread David Kennedy
Angela Schreiber <[EMAIL PROTECTED]> wrote on 08/09/2006 02:47:43 AM: > David Kennedy wrote: > > Is there a set of testcases to drive the WebDAV contrib component of > > jackrabbit? > > litmus > http://www.webdav.org/neon/litmus/ > > in order to be able to run the test with default > configurat

[jira] Created: (JCR-541) NPE in PredefinedNodeTypeTest.getPropertyDefSpec

2006-08-10 Thread Julian Reschke (JIRA)
NPE in PredefinedNodeTypeTest.getPropertyDefSpec Key: JCR-541 URL: http://issues.apache.org/jira/browse/JCR-541 Project: Jackrabbit Issue Type: Bug Components: JCR TCK Re

[jira] Commented: (JCR-540) AbstractJCRTest fails on level 1 repositories

2006-08-10 Thread Julian Reschke (JIRA)
[ http://issues.apache.org/jira/browse/JCR-540?page=comments#action_12427233 ] Julian Reschke commented on JCR-540: Well. I can't run api.TestAll on a level 1 rep, because the cleanup code tails, and leaves dangling sessions. So - at least

[jira] Commented: (JCR-538) failing Node.checkin() or Node.checkout() might leave inconsistent transient state

2006-08-10 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-538?page=comments#action_12427232 ] Stefan Guggisberg commented on JCR-538: --- there's a similar issue with Node.restore(), Node.merge() and Workspace.restore() which all do finally call Session.sav

[jira] Updated: (JCR-538) failing Node.checkin() or Node.checkout() might leave inconsistent transient state

2006-08-10 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-538?page=all ] Stefan Guggisberg updated JCR-538: -- Comment: was deleted > failing Node.checkin() or Node.checkout() might leave inconsistent transient > state >

[jira] Commented: (JCR-538) failing Node.checkin() or Node.checkout() might leave inconsistent transient state

2006-08-10 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-538?page=comments#action_12427231 ] Stefan Guggisberg commented on JCR-538: --- there's a similar issue with Node.restore(), Node.merge() and Workspace.restore() which all do finally call Item.save()

[jira] Updated: (JCR-540) AbstractJCRTest fails on level 1 repositories

2006-08-10 Thread Marcel Reutegger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-540?page=all ] Marcel Reutegger updated JCR-540: - Issue Type: Improvement (was: Bug) This is done on purpose. Throwing a NotExecutableException will indicate to the TCK that the test case did not fail even tho

[jira] Updated: (JCR-540) AbstractJCRTest fails on level 1 repositories

2006-08-10 Thread Julian Reschke (JIRA)
[ http://issues.apache.org/jira/browse/JCR-540?page=all ] Julian Reschke updated JCR-540: --- Attachment: JCR-540.diff.txt Proposed patch. > AbstractJCRTest fails on level 1 repositories > - > > Key

[jira] Resolved: (JCR-539) Concurrent Repository.login() throws IllegalStateException

2006-08-10 Thread Marcel Reutegger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-539?page=all ] Marcel Reutegger resolved JCR-539. -- Fix Version/s: 1.1 Resolution: Fixed Changed WorkspaceInfo.initialize() to first check the status of the WorkspaceInfo within a read lock. This avoids

[jira] Updated: (JCR-539) Concurrent Repository.login() throws IllegalStateException

2006-08-10 Thread Marcel Reutegger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-539?page=all ] Marcel Reutegger updated JCR-539: - Environment: svn: 430370 > Concurrent Repository.login() throws IllegalStateException > -- > >

[jira] Created: (JCR-540) AbstractJCRTest fails on level 1 repositories

2006-08-10 Thread Julian Reschke (JIRA)
AbstractJCRTest fails on level 1 repositories - Key: JCR-540 URL: http://issues.apache.org/jira/browse/JCR-540 Project: Jackrabbit Issue Type: Bug Components: JCR TCK Reporter

[jira] Created: (JCR-539) Concurrent Repository.login() throws IllegalStateException

2006-08-10 Thread Marcel Reutegger (JIRA)
Concurrent Repository.login() throws IllegalStateException -- Key: JCR-539 URL: http://issues.apache.org/jira/browse/JCR-539 Project: Jackrabbit Issue Type: Bug Components: co

[jira] Created: (JCR-538) failing Node.checkin() or Node.checkout() might leave inconsistent transient state

2006-08-10 Thread Stefan Guggisberg (JIRA)
failing Node.checkin() or Node.checkout() might leave inconsistent transient state -- Key: JCR-538 URL: http://issues.apache.org/jira/browse/JCR-538 Project: Jackrabbit

[jira] Assigned: (JCR-537) Failure to remove a versionable node

2006-08-10 Thread Tobias Bocanegra (JIRA)
[ http://issues.apache.org/jira/browse/JCR-537?page=all ] Tobias Bocanegra reassigned JCR-537: Assignee: Tobias Bocanegra > Failure to remove a versionable node > > > Key: JCR-537 >

Re: jackrabbit-server-1.0.1.war distribution

2006-08-10 Thread Angela Schreiber
Shanmugam Gopal wrote: I am not clear about that SimpleServer and jcrserver. Can you elaborate on this? please have a look at the index.jsp and at previous posts in the dev list. But I am not able to perform check in or check out operation from the webdav client(Dreamweaver). i don't know,

[jira] Commented: (JCR-533) failing Node.lock() might leave inconsistent transient state

2006-08-10 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-533?page=comments#action_12427139 ] Stefan Guggisberg commented on JCR-533: --- paco, please have a look at the javadoc of Node#lock: http://www.day.com/maven/jsr170/javadocs/jcr-1.0/javax/jcr/Node.ht

Re: jackrabbit-server-1.0.1.war distribution

2006-08-10 Thread Shanmugam Gopal
Hi, I am not clear about that SimpleServer and jcrserver. Can you elaborate on this? I have deployed that war in Tomcat server and by default it configures the repository under bin folder. Now I am able to see repository content from webdav client by accessing the url http://localhost:8080/jac