Author: sumedha Date: Mon Jan 28 02:40:51 2008 New Revision: 13049 Log:
updated on how to enable data service tests Added: trunk/commons/data-services/README.txt Added: trunk/commons/data-services/README.txt ============================================================================== --- (empty file) +++ trunk/commons/data-services/README.txt Mon Jan 28 02:40:51 2008 @@ -0,0 +1,11 @@ +How to enable data service tests? +================================= +1.pom.xml +- Goto maven-surefire-plugin declaration. +- Change <skip>true</skip> to <skip>false</skip> + +- Drop the JDBC driver jar (mysql-connector-java-5.1.5-bin.jar in this case) to src/test/resources/lib folder +- Uncomment & change the <!-- JDBC Driver classes --> section + + +2.Create MySQL database using supplied script _______________________________________________ Commons-dev mailing list Commons-dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/commons-dev