[jboss-svn-commits] JBL Code SVN: r34519 - in labs/jbosstm/workspace/whitingjr/trunk/performance/src: main/resources and 3 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Aug 4 11:36:51 EDT 2010


Author: whitingjr
Date: 2010-08-04 11:36:50 -0400 (Wed, 04 Aug 2010)
New Revision: 34519

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/java/org/jboss/jbossts/performance/profiler/implementation/JProfiler.java
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/log4j.xml
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/config.xml
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/configuration.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/WarmedUpTest.java
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/comparrison/ComparrisonTask.java
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/comparrison/ComparrisonTest.java
Log:
Updated jprofiler configuration.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/java/org/jboss/jbossts/performance/profiler/implementation/JProfiler.java
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/java/org/jboss/jbossts/performance/profiler/implementation/JProfiler.java	2010-08-04 15:09:59 UTC (rev 34518)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/java/org/jboss/jbossts/performance/profiler/implementation/JProfiler.java	2010-08-04 15:36:50 UTC (rev 34519)
@@ -78,6 +78,7 @@
    @Override
    protected String getStartCPURecordingMethodName()
    {
+      
       try
       {
          Method profilerMethod = this.profilerClass.getMethod("startCPURecording", Boolean.class); 

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/log4j.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/log4j.xml	2010-08-04 15:09:59 UTC (rev 34518)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/log4j.xml	2010-08-04 15:36:50 UTC (rev 34519)
@@ -23,7 +23,7 @@
 	<appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
 		<errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler" />
 		<param name="Target" value="System.out" />
-		<param name="Threshold" value="ERROR" />
+		<param name="Threshold" value="INFO" />
 
 		<layout class="org.apache.log4j.PatternLayout">
 			<!-- The default pattern: Date Priority [Category] Message\n -->
@@ -33,9 +33,7 @@
    
    <appender name="CSV_FILE" class="org.apache.log4j.RollingFileAppender">
       <param name="file" value="profile.csv" />
-
-      <param name="Threshold" value="INFO" />
-
+      <param name="Threshold" value="DEBUG" />
       <layout class="org.apache.log4j.PatternLayout">
          <param name="ConversionPattern" value="%m%n" />
       </layout>
@@ -106,22 +104,21 @@
       <appender-ref ref="CONSOLE" />
    </logger>
    <logger name="org.jboss.jbossts.chart">
-      <level value="INFO" />
+      <level value="ERROR" />
       <appender-ref ref="CONSOLE" />
    </logger>
    <logger name="org.jboss.profiler.client">
-      <level value="INFO" />
+      <level value="ERROR" />
       <appender-ref ref="CONSOLE" />
    </logger>
    <logger name="org.jboss.remoting">
-      <level value="INFO" />
+      <level value="ERROR" />
       <appender-ref ref="CONSOLE" />
    </logger>
    <logger name="org.apache.log4j.helpers">
-      <level value="DEBUG" />
+      <level value="ERROR" />
       <appender-ref ref="CONSOLE" />
    </logger>
-   
    <logger name="csv.file.logger">
       <level value="DEBUG" />
       <appender-ref ref="CSV_FILE" />

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/config.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/config.xml	2010-08-04 15:09:59 UTC (rev 34518)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/config.xml	2010-08-04 15:36:50 UTC (rev 34519)
@@ -210,15 +210,9 @@
                name="sunw." /> <filter type="exclusive" name="weblogic." />
                <filter type="exclusive" name="workshop." /> </group
             -->
+            <filter type="inclusive" name="org.jboss.jbossts.performance.jdbc.JDBCTask" />
             <filter type="inclusive" name="org.jboss.jbossts.performance.resource.SynchronizeTask" />
-            
-            <filter type="inclusive" name="org.jboss.jbossts.performance.jdbc.JDBCTask" />
-            
-            <filter type="inclusive"
-               name="org.jboss.jbossts.performance.jdbc.HibernateNativeTask" />
-            <filter type="inclusive"
-               name="org.jboss.jbossts.performance.comparrison.ComparrisonTask" />
-               
+            <filter type="inclusive" name="org.jboss.jbossts.performance.comparrison.ComparrisonTask" />
             <filter type="exclusive" name="org.jboss.jbossts.performance.task.pooling.ConnectionHandler" /> 
             <!-- filter
                type="exclusive" name="com.arjuna." /> <filter type="exclusive"
@@ -279,17 +273,17 @@
                ignoreRecursiveCalls="false">
                <actions>
                   <startRecording>
-                     <cpu enabled="false" resetData="false" />
-                     <allocation enabled="false" resetData="false" />
-                     <thread enabled="false" />
-                     <telemetry enabled="false" />
-                     <methodStats enabled="true" />
+                    <cpu enabled="false" resetData="false" />
+                    <allocation enabled="false" resetData="false" />
+                    <thread enabled="false" />
+                    <telemetry enabled="false" />
+                    <methodStats enabled="true" />
                   </startRecording>
                </actions>
                <methods>
                   <method className="org.jboss.jbossts.performance.jdbc.JDBCTask" methodName="task" signature="(I)V" />
-            <method className="org.jboss.jbossts.performance.comparrison.ComparrisonTask" methodName="task" signature="(I)V" />
-            <method className="org.jboss.jbossts.performance.resource.SynchronizeTask" methodName="task" signature="(I)V" />
+                  <method className="org.jboss.jbossts.performance.resource.SynchronizeTask" methodName="task" signature="(I)V" />
+                  <method className="org.jboss.jbossts.performance.comparrison.ComparrisonTask" methodName="task" signature="(I)V" />
                </methods>
             </methodInvocation>
          </triggers>
@@ -372,6 +366,210 @@
          <sourcePath />
          <libraryPath />
       </session>
+      <session id="135" name="Copy of jboss-tsperf-any-vendor" startFrozen="false" recordCPUOnStartup="false" vmCannotExit="false" instrumentationType="1" samplingNoFilters="false" lineNumbers="false" samplingFrequency="5" timeType="1" disableCPUProfiling="false" recordAllocOnStartup="false" enableTriggersOnStartup="false" allocTreeRecordingType="1" disableMonitorContentions="true" componentDetection="false" urlRetainedParameters="" chronoHeap="false" autoUpdatePeriodLong="5" autoUpdatePeriodShort="2" filteredAnnotations="false" allUrls="false" annotationCap="20" showSystemThreads="false" utilConcurrentHandling="true" libraryDebugParameters="" exceptionalCap="5" exceptionalTimeType="4" autoTuneInstrumentation="false" autoTuneMaxAverage="100" autoTuneMinPerMille="10" templateId="" autoUpdateAllocationViews="false" type="2" hidden="false" host="127.0.0.1" port="8849" timeout="20" isExecuteStartCommand="false" startCommand="&quot;/tmp/jboss-5.1.0.GA/bin/run_jprofiler.sh&quot;"!
  isExecuteStopCommand="false" stopCommand="" jvmConfigurationId="" workingDirectory="" isStartupWorkingDirectory="true" openBrowser="false" browserUrl="" vmArguments="" mainClass="" arguments="" consoleBufferSize="1000" nativeConsole="false" consoleSizeWidth="80" consoleSizeHeight="25" configSyncMode="1" configSyncCopyTarget="" configSyncCommand="" appletURL="" jnlpURL="" jwsDir="">
+      <annotations>
+        <annotation type="1" enabled="false" />
+        <annotation type="2" enabled="false" />
+        <annotation type="3" enabled="false" />
+        <annotation type="4" enabled="true" />
+        <annotation type="5" enabled="false" />
+      </annotations>
+      <filters>
+        <group type="exclusive" name="Default excludes">
+          <filter type="exclusive" name="$Proxy" />
+          <filter type="exclusive" name="$java." />
+          <filter type="exclusive" name="$javax." />
+          <filter type="exclusive" name="AOPContainerProxy$" />
+          <filter type="exclusive" name="COM.cloudscape." />
+          <filter type="exclusive" name="COM.objectspace." />
+          <filter type="exclusive" name="COM.rsa." />
+          <filter type="exclusive" name="EDU.oswego." />
+          <filter type="exclusive" name="GregorSamsa" />
+          <filter type="exclusive" name="__" />
+          <filter type="exclusive" name="allaire.jrun" />
+          <filter type="exclusive" name="antlr." />
+          <filter type="exclusive" name="apple." />
+          <filter type="exclusive" name="atg" />
+          <filter type="exclusive" name="bea." />
+          <filter type="exclusive" name="bsh" />
+          <filter type="exclusive" name="c8" />
+          <filter type="exclusive" name="coldfusion." />
+          <filter type="exclusive" name="com.acumenat." />
+          <filter type="exclusive" name="com.adobe." />
+          <filter type="exclusive" name="com.adventnet." />
+          <filter type="exclusive" name="com.apple." />
+          <filter type="exclusive" name="com.asn1c." />
+          <filter type="exclusive" name="com.bea" />
+          <filter type="exclusive" name="com.caucho" />
+          <filter type="exclusive" name="com.certicom." />
+          <filter type="exclusive" name="com.ctc.wstx." />
+          <filter type="exclusive" name="com.ebay." />
+          <filter type="exclusive" name="com.evermind" />
+          <filter type="exclusive" name="com.gp." />
+          <filter type="exclusive" name="com.ibm." />
+          <filter type="exclusive" name="com.incors." />
+          <filter type="exclusive" name="com.informix" />
+          <filter type="exclusive" name="com.intellij.rt." />
+          <filter type="exclusive" name="com.inzoom." />
+          <filter type="exclusive" name="com.iplanet." />
+          <filter type="exclusive" name="com.jnbridge." />
+          <filter type="exclusive" name="com.jprofiler.agent." />
+          <filter type="exclusive" name="com.linar." />
+          <filter type="exclusive" name="com.livesoftware." />
+          <filter type="exclusive" name="com.lowagie." />
+          <filter type="exclusive" name="com.mysql." />
+          <filter type="exclusive" name="com.netscape.server.http" />
+          <filter type="exclusive" name="com.octetstring." />
+          <filter type="exclusive" name="com.opensymphony." />
+          <filter type="exclusive" name="com.orionserver" />
+          <filter type="exclusive" name="com.phaos." />
+          <filter type="exclusive" name="com.pointbase." />
+          <filter type="exclusive" name="com.pramati" />
+          <filter type="exclusive" name="com.rsa." />
+          <filter type="exclusive" name="com.saxon." />
+          <filter type="exclusive" name="com.solarmetric." />
+          <filter type="exclusive" name="com.sssw" />
+          <filter type="exclusive" name="com.sun." />
+          <filter type="exclusive" name="com.swiftmq." />
+          <filter type="exclusive" name="com.sybase" />
+          <filter type="exclusive" name="com.tivoli." />
+          <filter type="exclusive" name="com.unify" />
+          <filter type="exclusive" name="compressionFilters." />
+          <filter type="exclusive" name="edu.emory.mathcs.backport." />
+          <filter type="exclusive" name="filters." />
+          <filter type="exclusive" name="flashgateway." />
+          <filter type="exclusive" name="flex." />
+          <filter type="exclusive" name="fr.dyade" />
+          <filter type="exclusive" name="gnu." />
+          <filter type="exclusive" name="groovy." />
+          <filter type="exclusive" name="interceptors." />
+          <filter type="exclusive" name="java." />
+          <filter type="exclusive" name="javassist." />
+          <filter type="exclusive" name="javax." />
+          <filter type="exclusive" name="javelin." />
+          <filter type="exclusive" name="javelinx." />
+          <filter type="exclusive" name="jrockit." />
+          <filter type="exclusive" name="jrun." />
+          <filter type="exclusive" name="jrun__" />
+          <filter type="exclusive" name="jrunx." />
+          <filter type="exclusive" name="jsp_servlet." />
+          <filter type="exclusive" name="junit." />
+          <filter type="exclusive" name="kodo." />
+          <filter type="exclusive" name="listeners." />
+          <filter type="exclusive" name="macromedia." />
+          <filter type="exclusive" name="mx4j." />
+          <filter type="exclusive" name="net.sf.cglib." />
+          <filter type="exclusive" name="net.sf.ehcache." />
+          <filter type="exclusive" name="netscape." />
+          <filter type="exclusive" name="newatlanta.servletexec" />
+          <filter type="exclusive" name="oasis.names." />
+          <filter type="exclusive" name="oracle." />
+          <filter type="exclusive" name="org.apache." />
+          <filter type="exclusive" name="org.apache.felix." />
+          <filter type="exclusive" name="org.bouncycastle" />
+          <filter type="exclusive" name="org.codehaus.gant." />
+          <filter type="exclusive" name="org.codehaus.groovy." />
+          <filter type="exclusive" name="org.codehaus.stax2." />
+          <filter type="exclusive" name="org.codehaus.swizzle." />
+          <filter type="exclusive" name="org.dom4j." />
+          <filter type="exclusive" name="org.eclipse." />
+          <filter type="exclusive" name="org.enhydra" />
+          <filter type="exclusive" name="org.glassfish." />
+          <filter type="exclusive" name="org.hibernate." />
+          <filter type="exclusive" name="org.hsql" />
+          <filter type="exclusive" name="org.ietf." />
+          <filter type="exclusive" name="org.jboss" />
+          <filter type="exclusive" name="org.jcp.xml" />
+          <filter type="exclusive" name="org.jdom." />
+          <filter type="exclusive" name="org.jnp." />
+          <filter type="exclusive" name="org.jpedal." />
+          <filter type="exclusive" name="org.jvnet." />
+          <filter type="exclusive" name="org.mortbay." />
+          <filter type="exclusive" name="org.mozilla." />
+          <filter type="exclusive" name="org.netbeans." />
+          <filter type="exclusive" name="org.objectweb." />
+          <filter type="exclusive" name="org.omg." />
+          <filter type="exclusive" name="org.openide." />
+          <filter type="exclusive" name="org.osgi." />
+          <filter type="exclusive" name="org.quartz." />
+          <filter type="exclusive" name="org.slf4j." />
+          <filter type="exclusive" name="org.springframework." />
+          <filter type="exclusive" name="org.tranql." />
+          <filter type="exclusive" name="org.w3c." />
+          <filter type="exclusive" name="org.xml." />
+          <filter type="exclusive" name="schema.system" />
+          <filter type="exclusive" name="schemacom_bea" />
+          <filter type="exclusive" name="schemaorg_apache_xmlbeans.system." />
+          <filter type="exclusive" name="serp." />
+          <filter type="exclusive" name="solid." />
+          <filter type="exclusive" name="ssa." />
+          <filter type="exclusive" name="sun." />
+          <filter type="exclusive" name="sunw." />
+          <filter type="exclusive" name="weblogic." />
+          <filter type="exclusive" name="workshop." />
+        </group>
+        <filter type="inclusive" name="org.jboss.jbossts.performance.comparrison.ComparrisonTask" />
+        <filter type="inclusive" name="org.jboss.jbossts.performance.jdbc.JDBCTask" />
+        <filter type="inclusive" name="org.jboss.jbossts.performance.resource.SynchronizeTask" />
+      </filters>
+      <exceptionalMethods />
+      <ignoredMethods />
+      <triggers logTarget="stdout" logFile="">
+        <methodInvocation enabled="true" groupId="" useGroupId="false" descriptionType="automatic" manualDescription="" ignoreRecursiveCalls="false">
+          <actions>
+            <startRecording>
+              <cpu enabled="false" resetData="false" />
+              <allocation enabled="false" resetData="false" />
+              <thread enabled="false" />
+              <telemetry enabled="false" />
+              <methodStats enabled="true" />
+            </startRecording>
+          </actions>
+          <methods>
+            <method className="org.jboss.jbossts.performance.jdbc.JDBCTask" methodName="task" signature="(I)V" />
+            <method className="org.jboss.jbossts.performance.resource.SynchronizeTask" methodName="task" signature="(I)V" />
+            <method className="org.jboss.jbossts.performance.comparrison.ComparrisonTask" methodName="task" signature="(I)V" />
+          </methods>
+        </methodInvocation>
+      </triggers>
+      <viewSettings>
+        <invocationView showTime="true" showInherentTime="false" showInvocationCount="true" showAverage="false" isUsePercentageThreshold="false" percentageThreshold="0.01" showPercentageBar="true" alwaysShowFQN="true" alwaysShowSignature="false" percentageBase="2" scale="1" />
+        <hotspotsView showTime="true" showInherentTime="false" showInvocationCount="true" showAverage="false" isUsePercentageThreshold="false" percentageThreshold="0.01" showPercentageBar="true" alwaysShowFQN="true" alwaysShowSignature="false" percentageBase="2" scale="1" />
+        <callTracer percentageThreshold="100000" recordFiltered="false" timeDisplay="relativeToFirstTrace" showSignature="true" showClassNamesForMethods="false" />
+        <methodDistribution timeGridlines="3" scaleToFit="true" verticalGridlines="3" logarithmicValues="true" />
+        <threadsHistoryView timeGridlines="3" bookmarks="3" scaleToFit="false" background="2" monitorToolTips="true" />
+        <monitorHistory blockingThreshold="1000" waitingThreshold="100000" />
+        <monitorHistoryTelemetry timeGridlines="3" bookmarks="3" scaleToFit="false" />
+        <threadsMonitorView showRunnable="true" showWaitingOnCondition="true" showWaitingOnMonitor="true" showNetIo="true" showDead="false" />
+        <methodGraph colorInformation="1" colorScaleBase="1" showSignature="false" usePercentageThreshold="false" percentageThreshold="0.01" showAverageTimes="false" />
+        <classMonitorView primaryMeasure="1" sizeScale="1" diffColumnOrder="2" differenceDisplayType="1" />
+        <allocationsMonitor cumulate="true" showPercentageBar="true" alwaysShowFQN="true" alwaysShowSignature="false" percentageBase="2" scale="1" />
+        <allocationHotspots diffColumnOrder="2" differenceDisplayType="1" showPercentageBar="true" alwaysShowFQN="true" alwaysShowSignature="false" percentageBase="2" scale="1" />
+        <heapWalkerView showViewHelperDialog="true" showSelectionSteps="false" />
+        <heapWalkerClassesView primaryMeasure="1" sizeScale="1" />
+        <heapWalkerAllocationsView cumulate="true" showPercentageBar="true" alwaysShowFQN="true" alwaysShowSignature="false" percentageBase="2" scale="1" />
+        <heapWalkerBiggestObjectsView sizeScale="1" showObjectIds="false" showRetainedSizeBar="true" percentageBase="topLevel" />
+        <heapWalkerReferencesView primaryMeasure="1" sizeScale="1" showObjectIds="false" showObjectIdsInTree="true" showDeclaringClassesInTree="true" />
+        <heapWalkerChronoView timeGridlines="3" bookmarks="3" scaleToFit="false" verticalGridlines="3" />
+        <classTracker timeGridlines="3" bookmarks="3" scaleToFit="false" verticalGridlines="3" objectScopeSelection="all" livenessTypeSelection="Live objects">
+          <selections />
+        </classTracker>
+        <objectStatistics timeGridlines="3" bookmarks="3" scaleToFit="false" verticalGridlines="3" graphType="1" />
+        <classStatistics timeGridlines="3" bookmarks="3" scaleToFit="false" verticalGridlines="3" graphType="1" />
+        <recordedThroughput timeGridlines="3" bookmarks="3" scaleToFit="false" verticalGridlines="3" />
+        <heapStatistics timeGridlines="3" bookmarks="3" scaleToFit="false" verticalGridlines="3" graphType="1" />
+        <threadsStatistics timeGridlines="3" bookmarks="3" scaleToFit="false" verticalGridlines="3" graphType="1" />
+        <gcActivity timeGridlines="3" bookmarks="3" scaleToFit="false" verticalGridlines="3" graphType="1" />
+        <cpuLoad timeGridlines="3" bookmarks="3" scaleToFit="false" verticalGridlines="3" graphType="1" />
+      </viewSettings>
+      <viewFilters>
+        <entry type="0" name="returnConnection" />
+      </viewFilters>
+      <threadFilters />
+      <classPath />
+      <sourcePath />
+      <libraryPath />
+    </session>
    </sessions>
    <mementos>
    </mementos>

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/configuration.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/configuration.properties	2010-08-04 15:09:59 UTC (rev 34518)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/configuration.properties	2010-08-04 15:36:50 UTC (rev 34519)
@@ -5,7 +5,7 @@
 # os specific file name of profiler native library
 profiler.agent.library=bin/linux-x64/libjprofilerti.so
 profiler.agent.library.path=/usr/local/jprofiler6.06
-profiler.agent.properties=port=8849,offline,id=130,config=src/main/resources/properties/profiler/${profiler}/config.xml
+profiler.agent.properties=port=8849,offline,id=135,config=src/main/resources/properties/profiler/${profiler}/config.xml
 #profiler.agent.properties=port=8849
 
 profiler.xbootclasspath=lib/profilerdrivers/${profiler}/agent.jar

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/WarmedUpTest.java
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/WarmedUpTest.java	2010-08-04 15:09:59 UTC (rev 34518)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/WarmedUpTest.java	2010-08-04 15:36:50 UTC (rev 34519)
@@ -97,8 +97,8 @@
 
          executor.setStreamHandler(handler);
          executor.execute(commandLine, new DstatHandler());
-         //getProfiler().start();
-         //getProfiler().startCPURecording();
+         getProfiler().start();
+         getProfiler().startCPURecording();
       }
       catch (Exception e)
       {

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/comparrison/ComparrisonTask.java
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/comparrison/ComparrisonTask.java	2010-08-04 15:09:59 UTC (rev 34518)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/comparrison/ComparrisonTask.java	2010-08-04 15:36:50 UTC (rev 34519)
@@ -85,7 +85,7 @@
       throws InterruptedException
    {
       logger.debug("writeB");
-      Timeout timeout = new Timeout(Duration.millis(5200l), StopWatch.start(new DefaultDateFactory()));
+      Timeout timeout = new Timeout(Duration.millis(520l), StopWatch.start(new DefaultDateFactory()));
       WaitFor.waitUntil(timeout);
    }
    public void commit()

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/comparrison/ComparrisonTest.java
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/comparrison/ComparrisonTest.java	2010-08-04 15:09:59 UTC (rev 34518)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/comparrison/ComparrisonTest.java	2010-08-04 15:36:50 UTC (rev 34519)
@@ -31,7 +31,6 @@
 import org.jboss.jbossts.performance.MultiThreadedTest;
 import org.jboss.jbossts.performance.configuration.JPAConfiguration;
 import org.jboss.jbossts.performance.configuration.MultithreadedTestConfiguration;
-import org.jboss.jbossts.performance.jdbc.JDBCTask;
 import org.jboss.jbossts.performance.task.pooling.ConnectionHandler;
 
 /**



More information about the jboss-svn-commits mailing list