View Single Post

   
  #1 (permalink)  
Old 04-15-2008, 11:01 PM
Pavel Jbanov
 
Posts: n/a
Default postgresql 7.4.6-6, hibernate-2.1.6, jdbc3

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/


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply With Quote