Hi. The possible issue could be to weak sql column type for stroring blobs in 
schema created by hibernate.

Look at "slide_version_content" table and "content" column.
If you are using mysql and it's "BLOB" type it will store data up to 64K only.
Try altering column type with:

ALTER TABLE slide_version_content CHANGE content content longblob

(this is mysql specific command)

Could you try this and tell us if this was the issue?

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to