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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 2 04:53:36 EDT 2010


Author: whitingjr
Date: 2010-08-02 04:53:35 -0400 (Mon, 02 Aug 2010)
New Revision: 34441

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources/testsuite-integration-ejb3.xml
Log:
Added property to configure profiling dump file.

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-08-02 08:52:57 UTC (rev 34440)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources/testsuite-integration-ejb3.xml	2010-08-02 08:53:35 UTC (rev 34441)
@@ -66,6 +66,9 @@
    <parameter name="tm_jndi" value="java:/TransactionManager"/>
    
    <parameter name="action_store_fqcn" value="${action.store.fqcn}"/>
+   
+   <!-- Profiling captured data file location -->
+   <parameter name="profile_dump_file" value="${profile.data.file}"/>
 	
 	<test name="Integration JPA">
 		<groups>



More information about the jboss-svn-commits mailing list