[teiid-commits] teiid SVN: r1355 - 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
Mon Sep 14 23:49:18 EDT 2009


Author: vhalbert at redhat.com
Date: 2009-09-14 23:49:18 -0400 (Mon, 14 Sep 2009)
New Revision: 1355

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 - adding postgres eample datasource

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-15 03:49:18 UTC (rev 1355)
@@ -0,0 +1,17 @@
+db.type=postgres
+driver=org.postgresql.Driver
+URL=jdbc:postgresql://(servername):5432/(databasename)
+User=
+Password=
+
+servername=(servername)
+databasename=(databasename)
+portnumber=1527
+ds-jndiname=(servername)_1527
+
+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