I have executed the test suite against mysql5 and all tests are passing so there is
something wrong in the QA mysql5 configuration which prevents tests to execute correctly.
My configuration is :
Server version: 5.0.33 Source distribution
mysql-connector-java-5.0.4-bin.jar
datasource configured in datasources.xml
| <datasource>
| <datasource-name>mysql5</datasource-name>
|
<connection-url>jdbc:mysql://localhost:3306/jbossportal?useServerPrepStmts=false&jdbcCompliantTruncation=false</connection-url>
| <driver-class>com.mysql.jdbc.Driver</driver-class>
| <user-name>portal</user-name>
| <password>portalpassword</password>
| </datasource>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007286#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...