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

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


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

Added:
   trunk/test-integration/db/src/main/resources/datasources/oracle/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/oracle/example_connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/oracle/example_connection.properties	                        (rev 0)
+++ trunk/test-integration/db/src/main/resources/datasources/oracle/example_connection.properties	2009-09-18 19:56:15 UTC (rev 1406)
@@ -0,0 +1,18 @@
+# db.type must match a ddl folder 
+db.type=oracle
+driver=oracle.jdbc.OracleDriver
+URL=jdbc:oracle:thin:@(servername):1521:(sid)
+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/oracle/example_connection.properties
___________________________________________________________________
Name: svn:mime-type
   + text/plain



More information about the teiid-commits mailing list