postgresql 7.4.6-6, hibernate-2.1.6, jdbc3

From: Pavel Jbanov <pavel(dot)jbanov(at)shaw(dot)ca>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: postgresql 7.4.6-6, hibernate-2.1.6, jdbc3
Date: 2005-01-25 21:18:32
Message-ID: 1106687911.20161.97.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Pavel Jbanov 2005-01-25 21:20:54 Re: postgresql 7.4.6-6, hibernate-2.1.6, jdbc3
Previous Message Oliver Jowett 2005-01-25 21:10:38 Re: setObject on PGInterval throws "Unknown Type null"