Re: Postgres XA support

From: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
To: Kris Jurka <jurka(at)ejurka(dot)com>
Cc: Ludovic Orban <lorban(at)bitronix(dot)be>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Postgres XA support
Date: 2006-10-09 10:53:41
Message-ID: 452A2A35.8050605@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kris Jurka wrote:
> Ludovic Orban wrote:
>
>> I'd like to know a bit more about Postgres' XA support before testing
>> it (to add it to my support list:
>> http://www.bitronix.be/Btm/DatabasesXASupportEvaluation#postgres) and
>> I'd be happy if you could brielfy tell me how you think it's working.

We had off-list discussions about this some time ago, as you probably
remember. I'd be glad to tell you more if you have any further questions.

> Asking on the jdbc list (cced) is the best place to get information as
> the authors and users of the XA code can attest to its support much
> better than I can.

Agreed.

> I hear it works with Orion and with a small patch
> Weblogic. My limited testing showed it worked with Simple-JTA.

It's very important that we have a wide range of XA test cases in test
suite, because we can't test with every possible transaction manager
implementation whenever we change something.

It would be nice to collect sample configurations of application servers
/ transaction managers as people get the driver to work with them.

I personally used JOnAS for testing. We should start to collect a list
of known working configurations.

* JOnAS
* WebLogic (with patch; I hope we can get it applied soon)
* Orion
* Simple JTA
* Geronimo (with patch, see the recent thread about auto commit problems)

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Heikki Linnakangas 2006-10-09 11:04:00 Re: Postgres XA support
Previous Message Heikki Linnakangas 2006-10-09 10:36:11 Re: XA transactions and autocommit