Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 22069 invoked from network); 5 Sep 2007 12:52:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Sep 2007 12:52:52 -0000 Received: (qmail 40174 invoked by uid 500); 5 Sep 2007 12:52:44 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 40156 invoked by uid 500); 5 Sep 2007 12:52:44 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 40145 invoked by uid 99); 5 Sep 2007 12:52:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2007 05:52:44 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.208.196.171] (HELO outbound.mailhop.org) (63.208.196.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2007 12:53:57 +0000 Received: from adsl-074-229-183-095.sip.rmo.bellsouth.net ([74.229.183.95] helo=[192.168.0.101]) by outbound.mailhop.org with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1ISuMl-000BSd-0g for user@geronimo.apache.org; Wed, 05 Sep 2007 08:52:19 -0400 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 74.229.183.95 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+GUFvmKD8jXnBOydc7whqN Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <46DEA4C2.8090202@wp.pl> References: <12409188.post@talk.nabble.com> <46D75EFF.7060209@wp.pl> <3C1A1938-9B41-4917-AAA6-370D2DDD38E6@yahoo.com> <46DC90FB.3060607@wp.pl> <46DEA4C2.8090202@wp.pl> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <9173963F-EBA5-441A-B68C-55D2075A3199@hogstrom.org> Content-Transfer-Encoding: 7bit From: Matt Hogstrom Subject: Re: Two phase commit - JPA + JMS Date: Wed, 5 Sep 2007 08:52:28 -0400 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org Great news !!! So the updated RARs work correctly ? (or at least the XA one) Let us know if you have other issues and good luck. On Sep 5, 2007, at 8:44 AM, Tomasz Mazan wrote: > I've moved resourceadapter configuration to independent deployment > plan and deploy DatabasePools - successfully. > persistence.xml > > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://java.sun.com/xml/ns/persistence > http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" > version="1.0"> > > > org.apache.openjpa.persistence.PersistenceProviderImpl provider> > MyXAPool > MyPool > myapp.Customer > > > value="buildSchema(ForeignKeys=true)" /> > value="postgres"/> > > > value="true" /> > > value="false"/> > > > > And my application works :)) > Thanks for your help > > Beniamin >