Re: a simple example of XA (not working)

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: a simple example of XA (not working)
Дата
Msg-id Pine.BSO.4.64.0707061632580.10158@leary.csoft.net
обсуждение исходный текст
Ответ на Re: a simple example of XA (not working)  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgsql-jdbc

On Mon, 25 Jun 2007, Heikki Linnakangas wrote:

> Kris Jurka wrote:
>>
>> I don't think this fixes the problem completely if you have code that calls
>> XAConnection.getConnection more than once:
>>
>
> You got me at first, but actually the second getConnection call will *roll
> back* the first part of the transaction. See
> AbstractJdbc23PooledConnection.getConnection. I don't think that's a valid
> thing to do in the first place, though we could handle it more gracefully. I
> added a note of that in the comment in PGXAConnection.getConnection anyway.
>

OK.  I always have trouble remembering who does what with XA (TM vs
user), so in this case we can rely on the TM getting it right, while I was
thinking we had to prevent the user from getting it wrong.

Applied to 8.1, 8.2, and HEAD.

Kris Jurka

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: SSL support for javax.sql.DataSource
Следующее
От: "baisa, darwin"
Дата:
Сообщение: Re: Connection is closed. Operation is not permitted. ------HELP....