Your datasource is configured to run against hsqldb that ships with jboss. However, jboss CMP descriptor file refers to mysql, so CREATE TABLE statement is generated using mysql dialect (VARCHAR(250) BINARY)
Try removing <datasource-mapping> from the jbosscmp-jdbc.xml. Your other option is to switch to mysql. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969951#3969951 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969951 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
