[Ds-java-dev] svn commit r17439 -
trunk/solutions/data-services/java/modules/core
sumedha at wso2.com
sumedha at wso2.com
Tue May 27 03:47:42 PDT 2008
Author: sumedha
Date: Tue May 27 03:47:42 2008
New Revision: 17439
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=17439
Log:
General README file.Added explanation on how to enable tests
Added:
trunk/solutions/data-services/java/modules/core/README.txt
Added: trunk/solutions/data-services/java/modules/core/README.txt
URL: http://wso2.org/svn/browse/wso2/trunk/solutions/data-services/java/modules/core/README.txt?pathrev=17439
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/modules/core/README.txt Tue May 27 03:47:42 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
\ No newline at end of file
More information about the Ds-java-dev
mailing list