[jboss-user] [EJB 3.0] - Re: .. problems with clob's and oracle (ojdbc14_g)
itsme
do-not-reply at jboss.com
Mon Jul 7 03:12:02 EDT 2008
Hi Joern,
the following works at least for our project
| @Lob
| @Basic(fetch=FetchType.EAGER)
| @Column(name = "MESSAGE", nullable = true)
| private byte[] message = null;
|
Our environment is JBoss AS 4.2.2.GA, JDK 1.5.x, Oracle 10g. Give it a try and hopefully your response will message success.
BTW the given byte[] must be de-/serialized by some code written on your own.
\sandor\
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162714#4162714
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162714
More information about the jboss-user
mailing list