Transaction handling through java

Поиск
Список
Период
Сортировка
От nalini
Тема Transaction handling through java
Дата
Msg-id 5b2b89135586bc69.487de7d7@nic.in
обсуждение исходный текст
Ответы Re: Transaction handling through java
Re: Transaction handling through java
Список pgsql-jdbc
I am facing the following problem.

Our  application sends a block of queries to postgres in a begin end block. If one of the queries take a long time to
finishthe whole transaction is assumed to be committed by the application even though the query is still running . This
resultsin failure of all subsequent transactions. 

Although the application is programmed to catch all exceptions , it somehow is not able to figure out that the
transactionis still not complete. 

I am using postgres 8.3

with regards

Nalini

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

Предыдущее
От: "Johan Miller"
Дата:
Сообщение: Problem with java infinity mapping to postgres real column type
Следующее
От: Guillaume Cottenceau
Дата:
Сообщение: Re: Transaction handling through java