From user-return-7466-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Wed Sep 05 12:27:14 2007 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 16831 invoked from network); 5 Sep 2007 12:27:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Sep 2007 12:27:14 -0000 Received: (qmail 98495 invoked by uid 500); 5 Sep 2007 12:27:06 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 98475 invoked by uid 500); 5 Sep 2007 12:27:06 -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 98464 invoked by uid 99); 5 Sep 2007 12:27:06 -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:27:06 -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:28:19 +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 1IStxx-0003qS-AW for user@geronimo.apache.org; Wed, 05 Sep 2007 08:26:41 -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+6AKbI/J9x/RYP+SXd9ZGT Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <46DE95D5.4020509@wp.pl> References: <12409188.post@talk.nabble.com> <46D75EFF.7060209@wp.pl> <3C1A1938-9B41-4917-AAA6-370D2DDD38E6@yahoo.com> <46DC90FB.3060607@wp.pl> <46DE95D5.4020509@wp.pl> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <8FA97393-D3D7-4AC7-B309-4E2360E32085@hogstrom.org> Content-Transfer-Encoding: 7bit From: Matt Hogstrom Subject: Re: Two phase commit - JPA + JMS Date: Wed, 5 Sep 2007 08:26:49 -0400 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org On Sep 5, 2007, at 7:41 AM, Tomasz Mazan wrote: > > > MyPool > name="Password"> > name="UserName"> > name="PortNumber"> > name="DatabaseName"> > name="ServerName"> > name="LoginTimeout"> > > > When I try to deploy application, I get exception: > 13:16:12,406 ERROR [GBeanInstanceState] Error while starting; GBean > is now in the FAILED state: abstractName="myapp/MyApp/0.1/ear? > J2EEApplication=myapp/MyApp/0.1/ > ear,JCAConnectionFactory=MyXAPool,JCAResource=MyPool,ResourceAdapter=M > yPoo > l,ResourceAdapterModule=FonBsaCorePool,j2eeType=JCAManagedConnectionFa > ctory,name=MyXAPool" > java.lang.ClassNotFoundException: > org.tranql.connector.postgresql.EmbeddedXAMCF in classloader myapp/ > MyApp/0.1/ear > at > org.apache.geronimo.kernel.config.MultiParentClassLoader.loadOptimized > Class(MultiParentClassLoader.java:428) > at > org.apache.geronimo.kernel.config.MultiParentClassLoader.loadClass > (MultiParentClassLoader.java:278) > What I've done wrong, or where is cause of this exception. I didn't > find EmbededXAMCF class in jar/rar archives > > Tomasz Mazan vel. Beniamin Tomasz, I corrected the problem. I had refactored the class and forgot to update the RAR. I've updated and published new SNAPSHOTS. Please grab a new update of the XA rar. Also, set the user / password, server, etc for your postgres environment.