[jboss-user] [EJB 3.0] - Re: Problem with @Lob annotation and MySql

tcomtcom do-not-reply at jboss.com
Thu Nov 23 03:18:48 EST 2006


I solved the problem by simply using @Column wtih columnDefinition="LONGBLOB".  
  
For your information, I found out that it is not the Blob type which limits the data size. If the type of the table is MyISAM, each line cannot exceed 64KB.  
  
Bye  

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

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



More information about the jboss-user mailing list