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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...