| From: | Kris Jurka <books(at)ejurka(dot)com> |
|---|---|
| To: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi> |
| Cc: | pg(at)fastcrypt(dot)com, pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Re: XADataSource interface |
| Date: | 2005-10-31 05:54:49 |
| Message-ID: | Pine.BSO.4.61.0510310051370.12070@leary.csoft.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
On Sun, 30 Oct 2005, Heikki Linnakangas wrote:
> The failures at testRecover and testRollback were because
> PGXAConnection.rollback method called Xid.equals with null argument.
> I added a null-check for that, see attached patch.
Applied. I'll put out a new dev release with the xa patches later
tonight. Can you clarify what does/doesn't work in xa for the docs?
> I didn't understand this part of your patch:
>
Well, that's why I emailed you guys. I was initially thinking that the
currentXid shouldn't be disassociated from the xaconnection until a new
transaction was actually started and it could simply commit/rollback the
underlying connection if a new one wasn't started. I see that's not the
case now.
Kris Jurka
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kris Jurka | 2005-10-31 06:45:53 | Re: Updated french translation for HEAD |
| Previous Message | sandrigo.lezcano | 2005-10-31 02:02:49 | OT-Exibir un "byte[] imgBytes" via JSP |