Author: vhalbert(a)redhat.com
Date: 2009-10-06 11:09:43 -0400 (Tue, 06 Oct 2009)
New Revision: 1524
Modified:
trunk/test-integration/db/src/main/resources/default-config.properties
trunk/test-integration/db/src/main/resources/xa-config.properties
Log:
Teiid 773 - changed to use the TeiidDataSource class
Modified: trunk/test-integration/db/src/main/resources/default-config.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/default-config.properties 2009-10-06
15:07:03 UTC (rev 1523)
+++ trunk/test-integration/db/src/main/resources/default-config.properties 2009-10-06
15:09:43 UTC (rev 1524)
@@ -17,7 +17,8 @@
# properties for Teiid connection
##########################################
#driver=org.teiid.jdbc.TeiidDriver
-driver=com.metamatrix.jdbc.EmbeddedDataSource
+driver=org.teiid.jdbc.TeiidDataSource
+
URL=jdbc:metamatrix:Transaction@target/classes/transactions/transaction.properties;user=admin;password=teiid
User=admin
Password=teiid
Modified: trunk/test-integration/db/src/main/resources/xa-config.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/xa-config.properties 2009-10-06 15:07:03
UTC (rev 1523)
+++ trunk/test-integration/db/src/main/resources/xa-config.properties 2009-10-06 15:09:43
UTC (rev 1524)
@@ -1,8 +1,6 @@
##########################################
# Common Properties for everybody
##########################################
-# local, xa, jndi
-transaction-type=xa
process-batch = 20
connector-batch = 20
@@ -14,7 +12,7 @@
##########################################
# properties for Teiid connection
##########################################
-driver=com.metamatrix.jdbc.EmbeddedDataSource
+driver=org.teiid.jdbc.TeiidDataSource
URL=jdbc:metamatrix:Transaction@target/classes/transactions/transaction.properties;user=admin;password=teiid
User=admin
Password=teiid
Show replies by date