[jboss-dev-forums] [Design of JBoss Portal] - Re: DB test matrix

julien@jboss.com do-not-reply at jboss.com
Sat Jan 27 17:53:40 EST 2007


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#4007286

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007286



More information about the jboss-dev-forums mailing list