Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 69254 invoked from network); 23 May 2008 07:58:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 May 2008 07:58:32 -0000 Received: (qmail 38880 invoked by uid 500); 23 May 2008 07:58:27 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 38855 invoked by uid 500); 23 May 2008 07:58:27 -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 38843 invoked by uid 99); 23 May 2008 07:58:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 May 2008 00:58:27 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tmueller@day.com designates 62.192.10.254 as permitted sender) Received: from [62.192.10.254] (HELO goobak01.day.com) (62.192.10.254) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 May 2008 07:57:40 +0000 Received: by goobak01.day.com (Postfix, from userid 1212) id 4DCDF50871; Fri, 23 May 2008 09:56:24 +0200 (CEST) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by goobak01.day.com (Postfix) with ESMTP id D333350860 for ; Fri, 23 May 2008 09:56:23 +0200 (CEST) Received: by yw-out-2324.google.com with SMTP id 3so325395ywj.31 for ; Fri, 23 May 2008 00:57:32 -0700 (PDT) Received: by 10.150.78.41 with SMTP id a41mr1382186ybb.178.1211529452656; Fri, 23 May 2008 00:57:32 -0700 (PDT) Received: by 10.151.84.3 with HTTP; Fri, 23 May 2008 00:57:32 -0700 (PDT) Message-ID: <91f3b2650805230057m2b325ee9gd0186ef48cde3b15@mail.gmail.com> Date: Fri, 23 May 2008 09:57:32 +0200 From: "=?ISO-8859-1?Q?Thomas_M=FCller?=" Sender: tmueller@day.com To: users@jackrabbit.apache.org Subject: Re: Problem deploying Jackrabbit on Jboss when using MySql PM In-Reply-To: <90a8d1c00805230029u4f65bafcq4e660ae0c6d5526e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <91f3b2650805210029m54f09e86gae76576661a1417@mail.gmail.com> <01E8A990E317A1409EEC9E6858B09B95019BB97D@USDALSMBS02.ad3.ad.alcatel.com> <90a8d1c00805230029u4f65bafcq4e660ae0c6d5526e@mail.gmail.com> X-Google-Sender-Auth: 1b8d0a71196dae00 X-Virus-Checked: Checked by ClamAV on apache.org Hi, > at least the repository lock file (which guards against multiple > instanciation) and the lucene index files are stored in the local file > system. everything else can be stored in the db (if configured > correctly). The idea is to make the repository lock class configurable. See also: https://issues.apache.org/jira/browse/JCR-1605 I think eventually the Lucene index will also support another storage mechanism. But both changes will not be implemented in the near future I am afraid. Regards, Thomas