[jboss-cvs] JBossAS SVN: r110983 - projects/jboss-jca/branches/performance/jmeter.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 21 13:02:49 EDT 2011


Author: whitingjr
Date: 2011-03-21 13:02:49 -0400 (Mon, 21 Mar 2011)
New Revision: 110983

Modified:
   projects/jboss-jca/branches/performance/jmeter/build.xml
Log:
Added two properties.

Modified: projects/jboss-jca/branches/performance/jmeter/build.xml
===================================================================
--- projects/jboss-jca/branches/performance/jmeter/build.xml	2011-03-21 15:26:57 UTC (rev 110982)
+++ projects/jboss-jca/branches/performance/jmeter/build.xml	2011-03-21 17:02:49 UTC (rev 110983)
@@ -332,8 +332,7 @@
     <echo message="[${db-vendor.connectionURL}]"/>
     <exec executable="${exec}" spawn="true" dir="${server-home}/bin">
       <arg line="run.${ext} -b ${env.HOSTNAME} "/>
-      <env key="JAVA_OPTS" value="-javaagent:${byteman.tools.dir}/lib/byteman.jar=listener:true -Ddb-vendor.connectionURL=${db-vendor.connectionURL} -Ddb-vendor.driverClass=${db-vendor.driverClass}"/>
-      
+      <env key="JAVA_OPTS" value="-javaagent:${byteman.tools.dir}/lib/byteman.jar=listener:true -Ddb-vendor.connectionURL=${db-vendor.connectionURL} -Ddb-vendor.driverClass=${db-vendor.driverClass} -Ddb-vendor.userName=${db-vendor.userName} -Ddb-vendor.password=${db-vendor.password}"/>
 	   <!-- -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000  -Dorg.jboss.byteman.verbose-->
     </exec>
   



More information about the jboss-cvs-commits mailing list