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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to