Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 32395 invoked from network); 20 May 2010 14:15:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 May 2010 14:15:35 -0000 Received: (qmail 36927 invoked by uid 500); 20 May 2010 14:15:34 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 36888 invoked by uid 500); 20 May 2010 14:15:34 -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 36879 invoked by uid 99); 20 May 2010 14:15:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 May 2010 14:15:34 +0000 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcaju-users@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 May 2010 14:15:27 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OF6Wd-0001Ao-DT for users@jackrabbit.apache.org; Thu, 20 May 2010 16:15:04 +0200 Received: from 64.57.13.5 ([64.57.13.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 May 2010 16:15:03 +0200 Received: from ncorbet by 64.57.13.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 May 2010 16:15:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@jackrabbit.apache.org connect(): No such file or directory From: Neil Corbet Subject: Jackrabbit, OraclePM, and open scoped lock time outs. Date: Thu, 20 May 2010 14:10:55 +0000 (UTC) Lines: 18 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 64.57.13.5 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1064 Safari/532.5) Hello Everyone, I am currently developing a GWT application that uses RPC calls to retrieve objects from a jackrabbit(1.5.7 in Tomcat6) repository through JCROM.The repository is in an oracle database and I am using the OraclePersistenceManager. Due to the stateless nature of my web-app, I do not have active jcr sessions that I can session scope locks on a node. Therefore, I need to create an open-scoped lock. I will manually maintain the lock token and attach it to the next session I open when I am ready to perform some function on the locked node. However,I am concerned about users shutting the app down and leaving these nodes locked. So, I am wanting to set a lock timeout for my repo, does anyone know how this is done using an Oracle db and the OraclePM? Thanks, Neil