Re: XAResource implementation - Mailing list pgsql-jdbc

From Heikki Linnakangas
Subject Re: XAResource implementation
Date
Msg-id 47275BA6.3030200@enterprisedb.com
Whole thread Raw
In response to Re: XAResource implementation  (Heikki Linnakangas <heikki@enterprisedb.com>)
Responses Re: XAResource implementation
List pgsql-jdbc
Heikki Linnakangas wrote:
> You said you tried setExclusiveConnectionMode(true), but I think there's
> something wrong with that. If I'm reading the Atomikos source code
> right, in exclusive connection mode it should use
> ExclusiveExternalXAPooledConnectionImp, but in your case it's using
> ExternalXAPooledConnectionImp, which according to the source code is
> used when not in exclusive connection mode. Are you sure you set that
> parameter in the right place?

Actually ExclusiveExternalXAPooledConnectionImp is mention in the log as
well, so it looks like the Atomikos exclusive connection mode isn't
doing what it's supposed to / isn't doing what we need it to.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

pgsql-jdbc by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: XAResource implementation
Next
From: Alexander Panzhin
Date:
Subject: Re: JPA and Postgresql