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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Apr 23 13:57:43 EDT 2010


Author: whitingjr
Date: 2010-04-23 13:57:43 -0400 (Fri, 23 Apr 2010)
New Revision: 32624

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources/testsuite-integration-ejb3.xml
Log:
Added configuration to handle action store.

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-04-23 17:56:54 UTC (rev 32623)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources/testsuite-integration-ejb3.xml	2010-04-23 17:57:43 UTC (rev 32624)
@@ -61,7 +61,11 @@
 	<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}"/>
+   <parameter name="connection_handler_fqcn" value="${connection.handler.fqcn}"/>
+   
+   <parameter name="tm_jndi" value="java:/TransactionManager"/>
+   
+   <parameter name="action_store_fqcn" value="${action.store.fqcn}"/>
 	
 	<test name="Integration JPA">
 		<groups>



More information about the jboss-svn-commits mailing list