Author: vhalbert(a)redhat.com
Date: 2009-09-18 15:13:46 -0400 (Fri, 18 Sep 2009)
New Revision: 1385
Added:
trunk/test-integration/db/src/main/resources/datasources/sybase/
trunk/test-integration/db/src/main/resources/datasources/sybase/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/sybase/example_connection.properties
===================================================================
---
trunk/test-integration/db/src/main/resources/datasources/sybase/example_connection.properties
(rev 0)
+++
trunk/test-integration/db/src/main/resources/datasources/sybase/example_connection.properties 2009-09-18
19:13:46 UTC (rev 1385)
@@ -0,0 +1,18 @@
+# db.type must match a ddl folder
+db.type=sybase
+driver=com.mysql.jdbc.Driver
+URL=jdbc:mysql://(servername):3306/(databasename)
+User=
+Password=
+
+servername=(servername)
+databasename=(databasename)
+portnumber=3306
+ds-jndiname=microsoft_3306
+
+Immutable=true
+
+
+
+
+
Property changes on:
trunk/test-integration/db/src/main/resources/datasources/sybase/example_connection.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Show replies by date