Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user] [JBoss Seam] - Re: seam generate-entities failed with
 mysql blob column ple

scott.stark@jboss.org

2007-07-19


Most likely you would have to hack a class in the org.hibernate.dialect package. I filed a Hibnernate JIRA a while ago with a patch, but till now such kind of problem is not get fixed. Okay, first know which dialect you are using. Most likely MySQL5Dialect. That class extends the MySQLDialect. You can open the source code of org.hibernate.dialect.MySQLDialect.java and add the column type you want (make sure your mysql jdbc driver support this type), or write a java class called org.hibernate.dialect.MySQLPatchedDialect.java, and rebuild the hibernate.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065893
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.