[teiid-commits] teiid SVN: r1433 - trunk/test-integration/db/src/main/resources/transactions.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Sep 21 16:30:12 EDT 2009


Author: vhalbert at redhat.com
Date: 2009-09-21 16:30:11 -0400 (Mon, 21 Sep 2009)
New Revision: 1433

Modified:
   trunk/test-integration/db/src/main/resources/transactions/transaction.properties
Log:
Teiid 773 - organize integration test

Modified: trunk/test-integration/db/src/main/resources/transactions/transaction.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/transactions/transaction.properties	2009-09-21 20:29:30 UTC (rev 1432)
+++ trunk/test-integration/db/src/main/resources/transactions/transaction.properties	2009-09-21 20:30:11 UTC (rev 1433)
@@ -1,5 +1,10 @@
+#
+# This is properties file used for bootstrap Teiid embedded for loading
+#
+#Path to the Teiid Configuration file
 dqp.configFile=../configuration.xml
-#ServerConfig.xml
+
+# Path to the directory where the VDBs are located, or list of VDBS separated by ";"
 vdb.definition=./Transaction.vdb
 dqp.buffer.usedisk=false
 dqp.buffer.processorBatchSize=5
@@ -12,22 +17,11 @@
 processName=integrationTest
 
 #dqp.workdir=./tmp/
-#processName=dqpprocess
 
 #only for testing, as this takes more time to start and shutdown
 #metamatrix.xatxnmgr.enable_recovery=false
 
 
-#
-# This is properties file used for bootstrap Teiid embedded for loading
-#
-
-#Path to the Teiid Configuration file
-#dqp.configFile=./deploy/configuration.xml
-
-# Path to the directory where the VDBs are located, or list of VDBS separated by ";"
-#vdb.definition=./deploy/
-
 #Log file (optional) - will be modified to include the instance name, i.e. teiid_1.log 
 dqp.logFile=./teiid.log
 



More information about the teiid-commits mailing list