[jboss-svn-commits] JBL Code SVN: r31891 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Mar 1 10:44:50 EST 2010


Author: whitingjr
Date: 2010-03-01 10:44:50 -0500 (Mon, 01 Mar 2010)
New Revision: 31891

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources/testsuite-integration-ejb3.xml
Log:
Added configuration of new property to file to allow easy configuration.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources/testsuite-integration-ejb3.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources/testsuite-integration-ejb3.xml	2010-03-01 15:43:51 UTC (rev 31890)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources/testsuite-integration-ejb3.xml	2010-03-01 15:44:50 UTC (rev 31891)
@@ -59,6 +59,9 @@
 	
 	<!-- This flag controls the last resource commit optimisation. true|false -->
 	<parameter name="use_lrco" value="${user.last.resource.commit}"/>
+   
+   <!-- Connection handler: allows the bypassing of JCA pooling -->
+   <parameter name="connection_handler_fqcn" value="${connection_handler_fqcn}"/>
 	
 	<test name="Integration JPA">
 		<groups>
@@ -94,4 +97,3 @@
    suspend=${suspend}
 	-->
 </suite>
-



More information about the jboss-svn-commits mailing list