Re: org.postgresql.util.PSQLException: ERROR: current transaction

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: org.postgresql.util.PSQLException: ERROR: current transaction
Дата
Msg-id 42DCEF18.5070603@opencloud.com
обсуждение исходный текст
Ответ на org.postgresql.util.PSQLException: ERROR: current transaction is aborted, commands ignored until end of transaction block  (Senthoorkumaran Punniamoorthy <senthoor@gmail.com>)
Список pgsql-jdbc
Senthoorkumaran Punniamoorthy wrote:

> 2005-07-19 12:14:54,506 DEBUG
> [org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.UserDeviceEntityBean#findAllByUser]
> Executing SQL: SELECT t0_o.userId, t0_o.deviceId FROM rcp_user_device
> t0_o WHERE (t0_o.userId = ?)
> 2005-07-19 12:14:54,509 ERROR
> [org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.UserDeviceEntityBean#findAllByUser]
> Find failed
> org.postgresql.util.PSQLException: ERROR: current transaction is
> aborted, commands ignored until end of transaction block

This means that a *previous* query in the same transaction has failed.
Check for errors caused by an earlier query.

-O

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

Предыдущее
От: im i
Дата:
Сообщение: Re: newbie question to setTimestamp( int parameterIndex, Timestamp x, Calendar cal)
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Timestamp Conversion Woes Redux