Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 21321 invoked from network); 17 Oct 2005 17:59:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2005 17:59:14 -0000 Received: (qmail 4067 invoked by uid 500); 17 Oct 2005 17:59:13 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 4056 invoked by uid 99); 17 Oct 2005 17:59:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2005 10:59:13 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mpermar@gmail.com designates 66.249.82.198 as permitted sender) Received: from [66.249.82.198] (HELO xproxy.gmail.com) (66.249.82.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2005 10:59:13 -0700 Received: by xproxy.gmail.com with SMTP id h30so730401wxd for ; Mon, 17 Oct 2005 10:58:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=KXv6+0tiQ3sdi2uWeaSa6Ede9cz3KuL0Pri6CzcRV2FJCAcTGM4VECfj7ei/EGyq+jeR1FX25o/yFlm0xJnOHsZLLkGngXZ3C6zuT3C/E+C5Y0+3qNA58lmnL8Okxvgk/95ULFK6QVh3tE+ngXRtXXuQ9eikLfAiY0uLSiwRFW0= Received: by 10.70.100.16 with SMTP id x16mr2450003wxb; Mon, 17 Oct 2005 10:58:51 -0700 (PDT) Received: by 10.70.78.4 with HTTP; Mon, 17 Oct 2005 10:58:51 -0700 (PDT) Message-ID: <8fa1023f0510171058vb39e2f1tb3da8a96e4bd5ba8@mail.gmail.com> Date: Mon, 17 Oct 2005 19:58:51 +0200 From: Martin Perez To: jackrabbit-dev@incubator.apache.org Subject: Obtaining all the locks MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_53484_9914053.1129571931984" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_53484_9914053.1129571931984 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Is there any direct way to obtain all the locks of a session? I know that there is a String[] getLockTokens method, but it seems that a token can't be used to locate a locked node. If the answer is no. I suppose that I should look for the nodes with a jcr:lockOwner property. Is this correct? Thanks! Martin ------=_Part_53484_9914053.1129571931984--