From: David J. <d_j...@us...> - 2002-12-09 01:47:51
|
User: d_jencks Date: 02/12/08 17:47:50 Modified: . build.xml Log: Refactored xid based remote tx support in trunk invoker: a step towards using it with all invokers. Revision Changes Path 1.200 +6 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.199 retrieving revision 1.200 diff -u -r1.199 -r1.200 --- build.xml 5 Dec 2002 11:08:06 -0000 1.199 +++ build.xml 9 Dec 2002 01:47:49 -0000 1.200 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.199 2002/12/05 11:08:06 ejort Exp $ --> +<!-- $Id: build.xml,v 1.200 2002/12/09 01:47:49 d_jencks Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -4079,6 +4079,10 @@ timeout="${junit.timeout}" jvm="${junit.jvm}"> + <!--jvmarg value="-Xrunjdwp:transport=dt_socket,address=2112,server=n,suspend=y"/> + <jvmarg value="-Djava.compiler=NONE"/> + <jvmarg value="-Xdebug"/> + <jvmarg value="-Xnoagent"/--> <jvmarg value="${junit.jvm.options}"/> <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/> <sysproperty key="build.log" value="${build.log}"/> @@ -4087,6 +4091,7 @@ <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/> <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/> <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/> + <sysproperty key="org.jboss.invocation.trunk.enable_nbio" value="false"/> <sysproperty key="java.security.auth.login.config" value="${build.resources}/security/auth.conf"/> |