Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 40176 invoked from network); 11 Jan 2006 18:12:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jan 2006 18:12:50 -0000 Received: (qmail 7102 invoked by uid 500); 11 Jan 2006 18:12:36 -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 7085 invoked by uid 99); 11 Jan 2006 18:12:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 10:12:35 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [64.84.59.212] (HELO NSNOVPS00411.nacio.xythos.com) (64.84.59.212) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 10:12:33 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C616DA.8A479E0E" Subject: Beginners JTA question Date: Wed, 11 Jan 2006 10:12:10 -0800 Message-ID: <03E7D3E231BB7B4A915A6581D4296CC601E36797@NSNOVPS00411.nacio.xythos.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Beginners JTA question Thread-Index: AcYW2o4pP43ok8uVQ4aD5rYZ9vnmyw== From: "Kevin Wiggen" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C616DA.8A479E0E Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Sorry if this question is a newbie to JTA question, but I have been looking at the jackrabbit code and I can't figure the following out. =20 I want to use Jackrabbit in my BEA container and use JTA to coordinate the transaction with Jackrabbit and my other JTA transactional resources. The other resources already are plugged into the BEA world and code uses the BEA UserTransaction to coordinate the interaction between these resources. =20 The short question is how do I wire up Jackrabbit to work in this world? =20 >From what I see (and I can be completely looking in the wrong spot), Jackrabbit uses XASessionImpl to appear as a XAResource, and I see in XATest how the Jackrabbit UserTransactionImpl is used to get a Jackrabbit specific UserTransaction, but I already have my own UserTransaction (well BEA's).=20 =20 Am I missing something obvious? I just don't see how I can get Jackrabbit to play in my UserTransaction world.... =20 Thanks for the help, Kevin ------_=_NextPart_001_01C616DA.8A479E0E--