problem with setting boolean value on AbstractJdbc1Statement

From: "Stuart M Easterling" <stuarte(at)cmu(dot)edu>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: problem with setting boolean value on AbstractJdbc1Statement
Date: 2003-09-26 15:02:05
Message-ID: 4416.128.2.113.0.1064588525.squirrel@webmail.andrew.cmu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Gerald Dalley 2003-09-26 15:12:08 Re: Pgsql 7.3 JVM 1.1 driver missing
Previous Message Tom Lane 2003-09-26 15:01:34 initdb failure (was Re: [GENERAL] sequence's plpgsql)