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

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Nov 16 16:01:59 EST 2009


Author: vhalbert at redhat.com
Date: 2009-11-16 16:01:58 -0500 (Mon, 16 Nov 2009)
New Revision: 1561

Modified:
   trunk/test-integration/db/src/main/resources/default-config.properties
Log:
Teiid 773 -  refactored back in the way jbedsp transaction classes where defined

Modified: trunk/test-integration/db/src/main/resources/default-config.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/default-config.properties	2009-11-16 21:01:11 UTC (rev 1560)
+++ trunk/test-integration/db/src/main/resources/default-config.properties	2009-11-16 21:01:58 UTC (rev 1561)
@@ -2,10 +2,6 @@
 # Common Properties for everybody
 ##########################################
 
-
-# local, xa, jndi
-#transaction-type=local
-
 process-batch = 20
 connector-batch = 20
 
@@ -41,7 +37,7 @@
 #
 # By providing the numerical order, it indicates which datasource to assign based on the order in the usedatasources property.
 #
-# If -Dusedatasources is not set, then the datasource will be assigned in the order they are calling to obtain a datasource. 
+# If -Dusedatasources is not set, then the datasource will be assigned randomly when obtaining a datasource. 
 #
 #
 
@@ -49,29 +45,5 @@
 pm2=2
 
 
-##########################################
-# For default design of testcases, these properties are in the setup method of the testcase.
-# However, you can create your own version of the config properties file
-# and specify these properties in the config file
-# NOTE:  will need to set the Sytem "config" property in order to override the default-config.properties file
-##########################################
 
 
-#available types (datasource, driver, jndi)
-#connection-type=datasource
-#connection-type=driver
-
-# autocommit applies to local transaction-type only
-# default is true
-#autocommit=false
-
-# AUTO_WRAP_OFF = "OFF" 
-# AUTO_WRAP_ON = "ON"
-# AUTO_WRAP_PESSIMISTIC = "PESSIMISTIC"
-# AUTO_WRAP_OPTIMISTIC = "OPTIMISTIC"
-
-#txnAutoWrap=off
-
-#-----------------------------
-
-



More information about the teiid-commits mailing list