[teiid-commits] teiid SVN: r1404 - in trunk/test-integration/db/src/main/resources/datasources: derby and 1 other directories.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Fri Sep 18 15:53:54 EDT 2009


Author: vhalbert at redhat.com
Date: 2009-09-18 15:53:54 -0400 (Fri, 18 Sep 2009)
New Revision: 1404

Added:
   trunk/test-integration/db/src/main/resources/datasources/derby/xconnection.properties
   trunk/test-integration/db/src/main/resources/datasources/mysql/
   trunk/test-integration/db/src/main/resources/datasources/mysql/xconnection.properties
   trunk/test-integration/db/src/main/resources/datasources/oracle/
   trunk/test-integration/db/src/main/resources/datasources/sqlserver/
Log:
Teiid 773 - organize integration test - setting up the product resources needed to execute the teiid-test-integration db tests

Added: trunk/test-integration/db/src/main/resources/datasources/derby/xconnection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/derby/xconnection.properties	                        (rev 0)
+++ trunk/test-integration/db/src/main/resources/datasources/derby/xconnection.properties	2009-09-18 19:53:54 UTC (rev 1404)
@@ -0,0 +1,22 @@
+db.type=derby
+driver=org.apache.derby.jdbc.ClientDriver
+URL=jdbc:derby://localhost:1527//Users/vanhalbert/svn/projects/teiid/trunk/test-integration-keep/derby/teiid
+User=rep_unit_test
+#rep_unit_test
+Password=mm
+
+servername=localhost
+databasename=rep_unit_test
+portnumber=1527
+ds-jndiname=localhost_1527
+
+Immutable=true
+
+#adminuser=root
+#adminpassword=mmroot
+#adminurl=jdbc:mysql://slntds03.mm.atl2.redhat.com:3306
+
+
+
+
+


Property changes on: trunk/test-integration/db/src/main/resources/datasources/derby/xconnection.properties
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/test-integration/db/src/main/resources/datasources/mysql/xconnection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/mysql/xconnection.properties	                        (rev 0)
+++ trunk/test-integration/db/src/main/resources/datasources/mysql/xconnection.properties	2009-09-18 19:53:54 UTC (rev 1404)
@@ -0,0 +1,22 @@
+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
+
+
+
+
+


Property changes on: trunk/test-integration/db/src/main/resources/datasources/mysql/xconnection.properties
___________________________________________________________________
Name: svn:mime-type
   + text/plain



More information about the teiid-commits mailing list