Re: getTransactionIsolation() causes SQLException - unrecognized - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: getTransactionIsolation() causes SQLException - unrecognized
Date
Msg-id Pine.BSO.4.56.0504041846560.22117@leary.csoft.net
Whole thread Raw
In response to getTransactionIsolation() causes SQLException - unrecognized configuration parameter xactisolevel  (Paul Marchant <pmarchant@gmail.com>)
List pgsql-jdbc

On Mon, 4 Apr 2005, Paul Marchant wrote:

> Setup: Postgres 8.0.1 & postgresql-8.0-310.jdbc3.jar
>
>     con = DriverManager.getConnection(url, p);
>     System.out.println("con.getTransactionIsolation() = " +
> con.getTransactionIsolation());
>     con.close();
>
> Produces this:
> ---------------------
> java.sql.SQLException: ERROR:  unrecognized configuration parameter
> "xactisolevel"

What's the complete stacktrace for this error?  I'm not convinced it is a
JDBC driver problem.


Kris Jurka

pgsql-jdbc by date:

Previous
From: "Benjamin W. Fisher"
Date:
Subject: JBuilder Question
Next
From: Oliver Jowett
Date:
Subject: Re: getTransactionIsolation() causes SQLException - unrecognized