Re: jdbc xa support

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Michael Allman <msa(at)allman(dot)ms>
Cc: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: jdbc xa support
Date: 2005-07-22 02:02:24
Message-ID: 42E053B0.8080807@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Michael Allman wrote:

>> 4. recover is broken because it ignores the flags argument. That's
>> going to cause an endless loop in the transaction manager when it
>> tries to recover. See this discussion:
>> http://forum.java.sun.com/thread.jspa?threadID=475468&messageID=2232566
>
>
> That is problematic. The API for recovery is stateful, and, IMHO,
> poorly designed. If you look at the original DTP XA spec you'll see it
> makes much more sense.

Huh? TMSTARTRSCAN etc are in the original DTP XA spec too, assuming you
mean this one:

X/Open CAE Specification
Distributed Transaction Processing: The XA Specification
ISBN: 1 872630 24 3
X/Open Document Number: XO/CAE/91/300

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Allman 2005-07-22 02:06:45 Re: jdbc xa support
Previous Message Oliver Jowett 2005-07-22 01:57:50 Re: Timestamp Conversion Woes Redux