Re: Postgres XA support

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Postgres XA support
Дата
Msg-id 452A2A35.8050605@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Postgres XA support  (Kris Jurka <jurka@ejurka.com>)
Ответы Re: Postgres XA support
Список 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

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: XA transactions and autocommit
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Postgres XA support