Hi joern,

try to add the @Lob annotation to the member. We hava had the same problem and 
changed to the newest oracle driver (somewhat ojdbc5.jar), but I can't remember 
exactly what leads us to the success (will investigate more when I'm back to 
office next monday).
Another guess is to add a columndefinition to the @Column annotation like ... 
columndefinition="BLOB" ... . If all that won't work try to store the large 
object as chunks of byte[255] arrays, at least this will work.

Hope this gives you any hints to solve the problem.
Regards
\sandor\

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162243#4162243

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162243
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to