Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version::3.0.5
Name and version of the database you are using: Oracle 9i
Hi,
I have a very strange exception after loading a table and using one of the fields which is a blob. Blobs in my application are byte[]. So I try to copy/convert the loaded blob (that I have read) to byte[] and then I get the following exception:
java.lang.UnsupportedOperationException: Blob may not be manipulated from creating session
Can somebody help?
Thank you !
Regards,
KP