Re: JDBC XA Support and Sample code?

Поиск
Список
Период
Сортировка
От Jignesh K. Shah
Тема Re: JDBC XA Support and Sample code?
Дата
Msg-id 475723D0.5030500@sun.com
обсуждение исходный текст
Ответ на Re: JDBC XA Support and Sample code?  (Kris Jurka <books@ejurka.com>)
Ответы Re: JDBC XA Support and Sample code?  (Kris Jurka <books@ejurka.com>)
Re: JDBC XA Support and Sample code?  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
So how come the API documentation for it is in privateapi and not
publicapi.. That prompted me to infer that it is experimental. (I may
not be alone in drawing that inference from it.)

Thanks for pointer to the testsuite I will take a look at it.

-Jignesh


Kris Jurka wrote:
>
>
> On Wed, 5 Dec 2007, Jignesh K. Shah wrote:
>
>> I am new to the XA world of PostgreSQL. What's the story of XA in
>> PostgreSQL JDBC Driver? Also are there examples on how to use the
>> "Experimental" XA driver in postgresql-jdbc?
>>
>
> PG's XA support is not expiremental, it's been part of the driver
> since the 8.1 release.  How it's used depends a lot on who/what is
> managing your transactions, so it's not real straightforward to put
> together concrete examples and configurations.  The JDBC driver's
> testsuite (org.postgresql.test.xa) manually issues xa transaction
> commands, so it's the most clear use of XA, but not really
> representative of actual usage.
>
> Kris Jurka

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Hibernate/JTA/PostgreSQL
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: JDBC XA Support and Sample code?