unable to do checkin/checkout operations from Dreamweaver 8. ------------------------------------------------------------
Key: JCR-484 URL: http://issues.apache.org/jira/browse/JCR-484 Project: Jackrabbit Issue Type: Improvement Components: locks Affects Versions: 1.0.1 Environment: Macromedia Dreamweaver version 8.Tomcat 5.5, jackrabbit 1.0.1 the platform is Windows. Reporter: Elangodi Kalaimani When I tried to do checkin/checkout operations into the jcr, with Dreamweaver 8 as the WebDAV client, there was a lock Exception, Due to this I was unable to complete my operation.The lock exception occured in the DavResourceImpl class in the package org.apache.jackrabbit.webdav.simple. When I was debugging, I found that the method Lock jcrLock = node.lock(lockInfo.isDeep(), false); threw the lock exception. and the method lockInfo.isDeep() in the class org.apache.jackrabbit.webdav.lock.LockInfo, always returns false.When I passed the value (true,true) to the method node.lock(lockInfo.isDeep(), false), the checkin/checkout operations were successful.Is my change valid? Or Is there anyother way to accomplish the checkin/checkout operation, if not this? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira