Hibernate version: 2
Name and version of the database you are using: Oracle 9.2
Hi,
I am inserting several rows of data (a set of Objects), each row having a BLOB field in a single transaction .
All of the data is inserted correctly, with the exception of some BLOB fields not being inserted.
I have checked the hibernate log, and from the insert statement it seems that the BLOB is inserted properly (The long, long string of binary).
No errors were thrown.
The mapping is similar to the one in this article :
http://www.hibernate.org/73.html
Thank you for your help in advance