The following worked for me: 1) change the datasource according to the previous post:
<connection-url>jdbc:mysql://localhost:3306/jbossportal?useServerPrepStmts=false&jdbcCompliantTruncation=false</connection-url> but use the html entity instead for the & symbol, otherwise you will get error in your log saying that the datasource could not be loaded. 2) turn mysql in strict mode according to the previous post 3) delete default/log, default/data, default/tmp 4) clean your database (remove all tables) from the the unsucessfull install 5) use the proper driver: com.mysql.jdbc.Driver and not org.gjt.mm.mysql.Driver View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971702#3971702 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971702 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
