[jboss-svn-commits] JBL Code SVN: r31881 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Mar 1 10:36:16 EST 2010


Author: whitingjr
Date: 2010-03-01 10:36:15 -0500 (Mon, 01 Mar 2010)
New Revision: 31881

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/MultiThreadedTest.java
Log:
Added configuration of ConnectionHandler.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/MultiThreadedTest.java
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/MultiThreadedTest.java	2010-03-01 15:33:36 UTC (rev 31880)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/MultiThreadedTest.java	2010-03-01 15:36:15 UTC (rev 31881)
@@ -35,7 +35,7 @@
          /* Here we use the 'count' value as the threadIdentity. This allows each thread to 
           * use (read/write) a record in the database that does not overlap with other threads. 
           * Avoiding deadlocking in the database. */
-         executor.execute(getTask( new MultithreadedTestConfiguration(configuration.getIterationCount(), completionBarrier, new Long(count), configuration.getThreadResults()) ));
+         executor.execute(getTask( new MultithreadedTestConfiguration(configuration.getIterationCount(), completionBarrier, new Long(count), configuration.getThreadResults(), getConnectionHandlerClass()) ));
       }
       
       while(completionBarrier.getNumberWaiting() < configuration.getThreadCount())



More information about the jboss-svn-commits mailing list