rollback ignored until end of transaction block

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: rollback ignored until end of transaction block
Date: 2005-11-22 20:51:02
Message-ID: 4383305602000025000008E1@gwmta.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Is there any context where this would make sense?:

org.postgresql.util.PSQLException: ERROR: current transaction is
aborted, commands ignored until end of transaction block
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1512)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1297)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
at
org.postgresql.jdbc2.AbstractJdbc2Connection.executeTransactionCommand(AbstractJdbc2Connection.java:617)
at
org.postgresql.jdbc2.AbstractJdbc2Connection.rollback(AbstractJdbc2Connection.java:654)
<application code>

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Scott Marlowe 2005-11-22 20:55:21 Re: rollback ignored until end of transaction block
Previous Message Benjamin Stookey 2005-11-22 19:23:22 Re: Deploying my application (nesting the jar)