[
https://issues.apache.org/jira/browse/JCR-484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570137#action_12570137
]
Julian Reschke commented on JCR-484:
------------------------------------
IIRC, Adobe clients do not use DeltaV, so this is really a locking issue.
There are several known restrictions of JCR locks (lock token can not be
discovered, DAV:lockowner not persisted, timeouts...), and I'm pretty sure one
of these is causing the failure.
But as Angela said; an HTTP trace will tell us more.
> unable to do checkin/checkout operations from Dreamweaver 8.
> ------------------------------------------------------------
>
> Key: JCR-484
> URL: https://issues.apache.org/jira/browse/JCR-484
> Project: Jackrabbit
> Issue Type: Improvement
> Components: jackrabbit-webdav
> 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.
-
You can reply to this email to add a comment to the issue online.