Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 64271 invoked from network); 6 Mar 2007 15:20:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2007 15:20:51 -0000 Received: (qmail 23527 invoked by uid 500); 6 Mar 2007 15:20:58 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 23505 invoked by uid 500); 6 Mar 2007 15:20:58 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 23496 invoked by uid 99); 6 Mar 2007 15:20:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2007 07:20:58 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [62.99.145.16] (HELO mx.inode.at) (62.99.145.16) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2007 07:20:46 -0800 Received: from [83.65.97.242] (port=4126 helo=linux.berlinger) by smartmx-14.inode.at with esmtp (Exim 4.50) id 1HObSi-0000nS-9C for users@jackrabbit.apache.org; Tue, 06 Mar 2007 16:20:24 +0100 Received: from [127.0.0.1] (HKIENZL.berlinger [192.168.0.13]) by linux.berlinger (Postfix) with ESMTP id BA4DA4D42 for ; Tue, 6 Mar 2007 16:20:22 +0100 (CET) Message-ID: <45ED861D.1000009@berlinger.cc> Date: Tue, 06 Mar 2007 16:17:49 +0100 From: =?ISO-8859-15?Q?Dietmar_Gr=E4bner?= User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: "users@jackrabbit.apache.org" Subject: SimpleWebdavServlet: problems with LOCK and UNLOCK Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org hi I'm editing rtf documents via Word and the SimpleWebdavServlet. The data is kept in an Oracle instance. Everything works fine except you shut down the server while a user is editing a document. The lock the user has on the node isn't released - so after a restart of the server the document can't be modified anymore. Usually the session should unlock the node when released. I think [ http://issues.apache.org/jira/browse/JCR-441?page=all ] deals with the same problem and is fixed in the latest version 2.2.2. I tried it with the latter but the problem still exists. any idea thx Dietmar