problem with setting boolean value on AbstractJdbc1Statement - Mailing list pgsql-jdbc

From Stuart M Easterling
Subject problem with setting boolean value on AbstractJdbc1Statement
Date
Msg-id 4416.128.2.113.0.1064588525.squirrel@webmail.andrew.cmu.edu
Whole thread Raw
Responses Re: problem with setting boolean value on AbstractJdbc1Statement  (Oliver Jowett <oliver@opencloud.com>)
Re: problem with setting boolean value on AbstractJdbc1Statement  (Barry Lind <blind@xythos.com>)
List pgsql-jdbc
Hello,

I get the following error when the JBoss EJB container attempts to set a
BOOLEAN value on the AbstractJdbc1Statement:

Unknown Types value.
        at org.postgresql.jdbc1.AbstractJdbc1Statement.setObject
            (AbstractJdbc1Statement.java:1423)
        at org.postgresql.jdbc1.AbstractJdbc1Statement.setObject
            (AbstractJdbc1Statement.java:1429)
        at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.setObject
             (WrappedPreparedStatement.java:607)
        at org.jboss.ejb.plugins.cmp.jdbc.JDBCUtil.setParameter
             (JDBCUtil.java:292)
        .
        .
        .

I'm running Postgres 7.3.2 on Red Hat (and Windows) using the latest JDBC3
driver.

Any thoughts, ideas from anyone?

Thanks,
Stuart


pgsql-jdbc by date:

Previous
From: Marco Vezzoli
Date:
Subject: Pgsql 7.3 JVM 1.1 driver missing
Next
From: "Gerald Dalley"
Date:
Subject: Re: Pgsql 7.3 JVM 1.1 driver missing