anonymous wrote : nothing to do with seamgen I think so.
You can try: - to add sql-type="char(32)" in @Column(name = "id", unique = true, nullable = false, length = 32) - or to extend MySQLDialect class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098666#4098666 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098666 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
