[jboss-user] [EJB 3.0] - Re: How can set longblob type in entitybean 3.0

itsme do-not-reply at jboss.com
Fri Jun 20 03:33:26 EDT 2008


The Length attribute of the @Column - Annotation applies only to string valued columns (see ejb3-spec p. 168).

Instead of using object as the base type you could try to use byte[] or even string (with length declaration).

\sandor\

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159458



More information about the jboss-user mailing list