[jboss-user] [EJB 3.0] - Re: .. problems with clob's and oracle (ojdbc14_g)
itsme
do-not-reply at jboss.com
Thu Jul 3 03:33:37 EDT 2008
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
More information about the jboss-user
mailing list