[teiid-commits] teiid SVN: r1384 - trunk/test-integration/db/src/main/resources/datasources/derby.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Fri Sep 18 15:12:58 EDT 2009


Author: vhalbert at redhat.com
Date: 2009-09-18 15:12:58 -0400 (Fri, 18 Sep 2009)
New Revision: 1384

Added:
   trunk/test-integration/db/src/main/resources/datasources/derby/connection.properties
Removed:
   trunk/test-integration/db/src/main/resources/datasources/derby/example_connection.properties
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/connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/derby/connection.properties	                        (rev 0)
+++ trunk/test-integration/db/src/main/resources/datasources/derby/connection.properties	2009-09-18 19:12:58 UTC (rev 1384)
@@ -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/connection.properties
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Deleted: trunk/test-integration/db/src/main/resources/datasources/derby/example_connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/derby/example_connection.properties	2009-09-18 19:12:35 UTC (rev 1383)
+++ trunk/test-integration/db/src/main/resources/datasources/derby/example_connection.properties	2009-09-18 19:12:58 UTC (rev 1384)
@@ -1,18 +0,0 @@
-# db.type must match a ddl folder 
-db.type=derby
-driver=org.apache.derby.jdbc.ClientDriver
-URL=jdbc:derby://localhost:1527//(derby location)
-User=
-Password=
-
-servername=localhost
-databasename=(databasename)
-portnumber=1527
-ds-jndiname=localhost_1527
-
-Immutable=true
-
-
-
-
-



More information about the teiid-commits mailing list