Re: pgsql XA with weblogic 8.1?

From: Kris Jurka <books(at)ejurka(dot)com>
To: Jan de Visser <jdevisser(at)digitalfairway(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: pgsql XA with weblogic 8.1?
Date: 2005-11-28 17:39:53
Message-ID: Pine.BSO.4.61.0511281235370.25323@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, 28 Nov 2005, Jan de Visser wrote:

> Any of you have experience yet using Heikki's newfangled XA implementation
> with weblogic 8.1? I'm getting the exception below.
>
> ERROR: Could not establish connection with database core
> Nested exception: <<null>>
> Unexpected exception while enlisting XAConnection java.sql.SQLException: XA
> error: XAER_RMERR : A resource manager error has occured in the transaction
> branch start() failed on resource 'dfc.core': XAER_RMERR : A resource manager
> error has occured in the transaction branch
> org.postgresql.xa.PGXAException: suspend/resume and join not implemented
> at org.postgresql.xa.PGXAConnection.start(PGXAConnection.java:103)

I don't use weblogic, but you might try addding either or both of these
parameters:

http://e-docs.bea.com/wls/docs90/wlsmbeanref/core/index.html
JDBCXAParamsBean.XaEndOnlyOnce
JDBCXAParamsBean.KeepXaConnTillTxComplete

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jan de Visser 2005-11-28 19:19:15 Re: pgsql XA with weblogic 8.1?
Previous Message Jan de Visser 2005-11-28 17:17:39 pgsql XA with weblogic 8.1?