[teiid-commits] teiid SVN: r1339 - in trunk/test-integration/db/src/main/resources: mysql and 1 other directory.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Fri Sep 11 15:42:02 EDT 2009


Author: vhalbert at redhat.com
Date: 2009-09-11 15:42:02 -0400 (Fri, 11 Sep 2009)
New Revision: 1339

Removed:
   trunk/test-integration/db/src/main/resources/mysql/connection.properties
Modified:
   trunk/test-integration/db/src/main/resources/datasources/readme.txt
Log:
Teiid 773 - organize integration test

Modified: trunk/test-integration/db/src/main/resources/datasources/readme.txt
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/readme.txt	2009-09-11 19:41:19 UTC (rev 1338)
+++ trunk/test-integration/db/src/main/resources/datasources/readme.txt	2009-09-11 19:42:02 UTC (rev 1339)
@@ -3,7 +3,9 @@
 
 To setup a datasource, do the following:
 
-1.	open datasource_mapping.xml to see the name of the directory ("dir") name to use associated the type of datasource
-1.	create the directory, if it doesn't exist
-2.	create (or place) a connection.properties file in the newly created directory
-3.	
\ No newline at end of file
+1.	open datasource_mapping.xml and find the datasource you would like to setup.  
+	Use the name of the directory ("dir") as the name of the folder to create for the datasource.
+1.	create the directory (if it doesn't exist)
+2.	create (or place) a connection.properties file in the newly created directory.  See the 
+	example_connection.properties in the derby directory as a starting point.
+	
\ No newline at end of file

Deleted: trunk/test-integration/db/src/main/resources/mysql/connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/mysql/connection.properties	2009-09-11 19:41:19 UTC (rev 1338)
+++ trunk/test-integration/db/src/main/resources/mysql/connection.properties	2009-09-11 19:42:02 UTC (rev 1339)
@@ -1,22 +0,0 @@
-db.type=mysql
-driver=com.mysql.jdbc.Driver
-URL=jdbc:mysql://slntds03.mm.atl2.redhat.com:3306/rep_unit_test
-User=rep_unit_test
-#rep_unit_test
-Password=mm
-
-servername=slntds03.mm.atl2.redhat.com
-databasename=rep_unit_test
-portnumber=3306
-ds-jndiname=slntds03_mysql
-
-Immutable=true
-
-#adminuser=root
-#adminpassword=mmroot
-#adminurl=jdbc:mysql://slntds03.mm.atl2.redhat.com:3306
-
-
-
-
-



More information about the teiid-commits mailing list