You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Stefan Guggisberg (JIRA)" <ji...@apache.org> on 2008/02/14 13:19:08 UTC

[jira] Updated: (JCR-484) unable to do checkin/checkout operations from Dreamweaver 8.

     [ https://issues.apache.org/jira/browse/JCR-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Guggisberg updated JCR-484:
----------------------------------

    Component/s:     (was: locks)
                 jackrabbit-webdav

> 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.