Re: XAResource implementation

From: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
To: joël Winteregg <joel(dot)winteregg(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: XAResource implementation
Date: 2007-10-30 16:28:22
Message-ID: 47275BA6.3030200@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Alexander Panzhin 2007-10-31 00:21:10 Re: JPA and Postgresql
Previous Message Heikki Linnakangas 2007-10-30 16:22:40 Re: XAResource implementation