Re: Postgres XA support

Поиск
Список
Период
Сортировка
От Ludovic Orban
Тема Re: Postgres XA support
Дата
Msg-id c016d00b0610090408g78caa48oc0c65250ae1dac0b@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Postgres XA support  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgsql-jdbc
Heikki,

> 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)

I agree but what do you call 'working configuration' ?

Due to the current limitations you could get simple cases working
while at the same time excluding some very important ones because
they're unsupported.

I'm not 100% sure about this but the fact that you cannot mix local
and global transactions will prevent Hibernate applications to work
when built with JTA. There are many cases where these features that
look not that important at first are quite critical.

Ludovic

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

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