Hi,
I'm using spring 1.2.1, hibernate 3.x and postgres 8.x.
I've problem when trying to retrieve an instance of a class containing a java.sql.Blob field.
I've tested outside spring (using Hibernate SessionFactory), it works fine and the content of my Blob is correct.


Reply With Quote