Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 11388 invoked from network); 23 May 2006 11:19:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 May 2006 11:19:04 -0000 Received: (qmail 4959 invoked by uid 500); 23 May 2006 11:19:03 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 4942 invoked by uid 500); 23 May 2006 11:19:03 -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 4933 invoked by uid 99); 23 May 2006 11:19:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 May 2006 04:19:03 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of marcel.reutegger@gmx.net designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 23 May 2006 04:19:02 -0700 Received: (qmail invoked by alias); 23 May 2006 11:18:41 -0000 Received: from bsl-rtr.day.com (EHLO [10.0.0.76]) [212.249.34.130] by mail.gmx.net (mp014) with SMTP; 23 May 2006 13:18:41 +0200 X-Authenticated: #894343 Message-ID: <4472EF8F.4040108@gmx.net> Date: Tue, 23 May 2006 13:18:39 +0200 From: Marcel Reutegger User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: users@jackrabbit.apache.org Subject: Re: XA Transaction issue References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ramesh Anand wrote: > Hi All, > Is there any way I can get the SimpleDBPersistenceManager to run > non-XA transaction database queries ? afaik, all database access in the SimpleDBPersistenceManager is non-XA. It's jackrabbit that exposes the JCR Session as XA resource. regards marcel