Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 35136 invoked from network); 19 Jul 2006 11:34:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jul 2006 11:34:31 -0000 Received: (qmail 51709 invoked by uid 500); 19 Jul 2006 11:34:26 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 51641 invoked by uid 500); 19 Jul 2006 11:34:25 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 51576 invoked by uid 99); 19 Jul 2006 11:34:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 04:34:25 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 04:34:23 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 23A1E714283 for ; Wed, 19 Jul 2006 11:32:14 +0000 (GMT) Message-ID: <26644750.1153308734143.JavaMail.jira@brutus> Date: Wed, 19 Jul 2006 04:32:14 -0700 (PDT) From: "Elangodi Kalaimani (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-484) unable to do checkin/checkout operations from Dreamweaver 8. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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