Re: question about rollback and SQLException - Mailing list pgsql-jdbc

From Ross J. Reedstrom
Subject Re: question about rollback and SQLException
Date
Msg-id 20030123173200.GB15214@wallace.ece.rice.edu
Whole thread Raw
In response to question about rollback and SQLException  ("Andy Kriger" <akriger@greaterthanone.com>)
Responses Re: question about rollback and SQLException  ("Andy Kriger" <akriger@greaterthanone.com>)
List pgsql-jdbc
On Thu, Jan 23, 2003 at 12:07:31PM -0500, Andy Kriger wrote:
> I received this exception when trying to rollback a transaction through the
> Postgres JDBC driver (build106) used by a webapp running in Resin (2.0.6). I
> have tried setting up the connection pool in my web.xml to use both
> javax.sql.DataSource and javax.sql.XADataSource, but both give me this
> exception:
>
> java.sql.SQLException: ERROR:  parser: parse error at or near "qrollback"

"qrollback"? Sure looks like a typo in your code somewhere, to me.

Ross

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: question about rollback and SQLException
Next
From: "Andy Kriger"
Date:
Subject: Re: question about rollback and SQLException