Hi,
I am using Informix 11, Hibernate 4, and JDBC 4 DB 2 driver. I have a bean member annotation with @Lob. The schema is created automatically and is successful and the member gets the informix type clob. If I want to store an object with some xml content in the @Lob member I get the following errors:
-9810 Smart-large-object error.
An error occurred during the processing of a smart large object.
For more information, check the accompanying, detailed smart-large-object error code.
and
-12053 Smart Large Objects: No sbspace number specified.
No default sbspace was found, and the caller has not specified an sbspace to use.
Either specify the smart-large-object space name in the smart-large-object function call or set the SBSPACENAME onconfig file parameter to the name of a valid smart-large-object space.
Is this a hibernate bug? Is there a workaround?
Regards Oliver
|