Author: vhalbert(a)redhat.com
Date: 2009-09-11 15:41:19 -0400 (Fri, 11 Sep 2009)
New Revision: 1338
Modified:
trunk/test-integration/db/src/main/resources/datasources/derby/example_connection.properties
Log:
Teiid 773 - organize integration test
Modified:
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-11
19:41:04 UTC (rev 1337)
+++
trunk/test-integration/db/src/main/resources/datasources/derby/example_connection.properties 2009-09-11
19:41:19 UTC (rev 1338)
@@ -1,3 +1,4 @@
+# db.type must match a ddl folder and it also represents the ANT sql datatype used during
execution
db.type=derby
driver=org.apache.derby.jdbc.ClientDriver
URL=jdbc:derby://localhost:1527//(derby location)
@@ -5,7 +6,7 @@
Password=
servername=localhost
-databasename=
+databasename=(databasename)
portnumber=1527
ds-jndiname=localhost_1527
Show replies by date