users@glassfish.java.net

Re: XA transaction errors on non-XA connection pools?

From: Marina Vatkina <marina.vatkina_at_oracle.com>
Date: Fri, 21 Dec 2012 14:31:20 -0800

And try this - remove/rename jts.jar -without it real XA transactions
are not supported.

On 12/21/12 2:30 PM, Marina Vatkina wrote:
> It might be just an internal wrapper.
>
> -marina
>
> On 12/21/12 2:20 PM, Laird Nelson wrote:
>> I have a GlassFish server that is set up to use NON-XA data sources
>> in its connection pools.
>>
>> The log for that domain (yes, that domain, no, I'm not mixing up
>> domains but good question :-)) contains various XA errors. Here's a
>> short snippet:
>>
>> Caused by: javax.transaction.xa.XAException:
>> com.sun.appserv.connectors.internal.api.PoolingException:
>> javax.resource.spi.LocalTransactionException: Connection not established
>> at
>> com.sun.enterprise.resource.ConnectorXAResource.handleResourceException(ConnectorXAResource.java:115)
>> at
>> com.sun.enterprise.resource.ConnectorXAResource.start(ConnectorXAResource.java:150)
>> at
>> com.sun.enterprise.transaction.JavaEETransactionManagerSimplified.enlistResource(JavaEETransactionManagerSimplified.java:378)
>>
>> Given that XA is nowhere in evidence, I was wondering if there is
>> some way that GlassFish could be starting XA transactions anyway? At
>> sea here.
>>
>> Thanks,
>> Laird
>>
>> --
>> http://about.me/lairdnelson
>