Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 80363 invoked from network); 16 Oct 2009 16:48:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Oct 2009 16:48:36 -0000 Received: (qmail 59190 invoked by uid 500); 16 Oct 2009 16:48:35 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 59146 invoked by uid 500); 16 Oct 2009 16:48:35 -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 59135 invoked by uid 99); 16 Oct 2009 16:48:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 16:48:35 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [129.162.252.34] (HELO virus89-out.ccf.swri.edu) (129.162.252.34) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 16:48:27 +0000 Received: from c0610 (localhost [127.0.0.1]) by virus89-out.ccf.swri.edu (8.13.1/8.13.1) with ESMTP id n9GGm424029421 for ; Fri, 16 Oct 2009 11:48:05 -0500 (CDT) From: "Mohinder Singh" To: References: <567566.48565.qm@web50207.mail.re2.yahoo.com> <000901ca4146$10b34260$3219c720$@org> In-Reply-To: Subject: Unlocking open-scoped lock in a web-application Date: Fri, 16 Oct 2009 11:48:05 -0500 Message-ID: <000301ca4e80$6ef4ae30$4cde0a90$@org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-index: AcpBVMKE5DxWYujzRQa3oDuwmH40rANK0BTg Content-Language: en-us X-Virus-Checked: Checked by ClamAV on apache.org In a http request the user locks a node (open-scoped and deep). In a subsequent request, the lock needs to be unlocked. The session that locked the node in the first place does not exist anymore. How do I unlock this node? Thanks. Mohinder