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/