postgresql 7.4.6-6, hibernate-2.1.6, jdbc3 - Mailing list pgsql-jdbc

From Pavel Jbanov
Subject postgresql 7.4.6-6, hibernate-2.1.6, jdbc3
Date
Msg-id 1106687911.20161.97.camel@localhost
Whole thread Raw
Responses Re: postgresql 7.4.6-6, hibernate-2.1.6, jdbc3  (Pavel Jbanov <pavel.jbanov@shaw.ca>)
List pgsql-jdbc
Hi,

I have postgresql 7.4.6-6, hibernate-2.1.6, jdbc3 (pg74.215.jdbc3.jar).
I get this exception:


I have a pretty complex structure, but here I try to do a simple thing:

SomeBean foo = (SomeBean) session.get(SomeBean.class,
primary_key_value);

I have: <property name="show_sql">true</property>, so I tried executing
the query it generated directly, it executed without problems.

--
Pavel Jbanov
http://www.spicesoft.com/~pavel/


pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: setObject on PGInterval throws "Unknown Type null"
Next
From: Pavel Jbanov
Date:
Subject: Re: postgresql 7.4.6-6, hibernate-2.1.6, jdbc3