Re: XA end then join fix for WebLogic - Mailing list pgsql-jdbc

From Jan de Visser
Subject Re: XA end then join fix for WebLogic
Date
Msg-id 200610301345.24933.jdevisser@digitalfairway.com
Whole thread Raw
In response to Re: XA end then join fix for WebLogic  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
On Monday 30 October 2006 1:32 pm, Kris Jurka wrote:
> On Mon, 2 Oct 2006, Jan de Visser wrote:
> > On Monday 02 October 2006 07:46, Heikki Linnakangas wrote:
> >> Jan de Visser ran into problems with our XA implementation earlier, and
> >> traced the problem to the sequence of XADataSource method calls that
> >> WebLogic performed. He fixed it with a simple patch that allows
> >> start(.., TMJOIN) on a transaction that was ended earlier using the same
> >> connection:
> >>
> >> http://archives.postgresql.org/pgsql-jdbc/2005-12/msg00038.php
> >>
> >> It puzzles me why WebLogic does that, but it seems valid and we should
> >> support it, even though we can't support join in general.
> >>
> >> Here's a more polished version of Jan's patch. I don't have WebLogic to
> >> test this with, so I would appreciate if those that have access to
> >> WebLogic could reproduce the original problem and confirm that this
> >> patch fixes it.
> >
> > I'll have a look "soon". Any deadlines?
>
> Did you find the time to do any testing?

No, not yet. Should be able to do it this week though. That OK?

>
> Kris Jurka

jan

--
--------------------------------------------------------------
Jan de Visser                     jdevisser@digitalfairway.com

                Baruk Khazad! Khazad ai-menu!
--------------------------------------------------------------

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: confused about transactions and connection pools
Next
From: Kris Jurka
Date:
Subject: Re: Postgres XA support