I guess I'm the "blob" guy at the moment.
I went back and looked at your earlier emails.
The problem is that you are using a jdbc-type of JAVA_OBJECT.
This is an incorrect use of JAVA_OBJECT. Change it to LONGVARBINARY and it should work fine.
We really need to go through the current standardjbosscmp-jdbc.xml and get rid of all the uses of JAVA_OBJECT.
Prior to 3.0.4, JBoss would explicitly check for JAVA_OBJECT and serialise it, when it is supposed to be the JDBC driver's responsibility.
Steve Coy
On Friday, January 10, 2003, at 08:34 PM, Randahl Fink Isaksen wrote:
I am wondering if anyone has got an EJB working on 3.0.4 with a property which is stored as a serialized java object. Even the EJBs that worked for me on 3.0.2 do no longer work on 3.0.4 if they have a property which is of some Serializable type which is converted to BLOB. I am using Sap DB.
My previous post contains the exceptions I get on 3.0.4.
Randahl