[Jboss-cvs] JBossAS SVN: r56946 - trunk/ejb3
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Sep 18 14:29:24 EDT 2006
Author: bdecoste
Date: 2006-09-18 14:29:23 -0400 (Mon, 18 Sep 2006)
New Revision: 56946
Modified:
trunk/ejb3/build-test.xml
Log:
added VM flag
Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml 2006-09-18 18:28:17 UTC (rev 56945)
+++ trunk/ejb3/build-test.xml 2006-09-18 18:29:23 UTC (rev 56946)
@@ -2978,6 +2978,8 @@
haltonerror="false"
haltonfailure="false"
fork="true">
+
+ <jvmarg value="-Dorg.jboss.jms.asf.useold=true"/>
<sysproperty key="jbosstest.deploy.dir" value="${build.lib}"/>
<sysproperty key="build.testlog" value="${build.testlog}"/>
@@ -3087,6 +3089,7 @@
<target name="run" depends="init" if="class"
description="Execute all tests in the given test directory.">
<java fork="true" classname="${class}">
+ <jvmarg value="-Dorg.jboss.jms.asf.useold=true"/>
<classpath>
<pathelement location="${build.classes}"/>
<pathelement location="${resources}/test"/>
More information about the jboss-cvs-commits
mailing list