What is the max_allowed_packet size for your MySQL database? It must be as large as the blob you are attempting to insert (I would try the file size plus 5-10%).
See http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html#option_mysqld_max_allowed_packet View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102690#4102690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102690 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
