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

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Fri Sep 18 16:00:25 EDT 2009


Author: vhalbert at redhat.com
Date: 2009-09-18 16:00:24 -0400 (Fri, 18 Sep 2009)
New Revision: 1409

Added:
   trunk/test-integration/db/src/main/resources/datasources/postgres/
   trunk/test-integration/db/src/main/resources/datasources/postgres/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/postgres/example_connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/postgres/example_connection.properties	                        (rev 0)
+++ trunk/test-integration/db/src/main/resources/datasources/postgres/example_connection.properties	2009-09-18 20:00:24 UTC (rev 1409)
@@ -0,0 +1,16 @@
+# db.type must match a ddl folder 
+db.type=postgres
+driver=org.postgresql.Driver
+URL=jdbc:postgresql://(servername):5432/(databasename)
+User=
+Password=
+
+servername=(servername)
+databasename=(databasename)
+portnumber=5432
+ds-jndiname=(servername)_5432
+
+Immutable=true
+
+
+


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



More information about the teiid-commits mailing list