hi i use jboss-4.0.3SP1 and have a problem with blobs in my mysql database.
i create a table using a sql script which defines a "mediumblob" type. i use then an entity with the annotation @Lob (type=LobType.BLOB). when i deploy, the container changes my datatype from "mediumblob" to "tinyblob". why does this happen? in my persistence.xml where i defined my entitymanager i did *not* specify the "hibernate.hbm2ddl.auto" property. so why does it alter my table? any help is welcome! if it helps, i also post my code... regards, patrick heusser -- patrick heusser [EMAIL PROTECTED] http://www.x8ing.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920816#3920816 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920816 ------------------------------------------------------- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
