[jboss-cvs] JBossAS SVN: r112195 - branches/JBPAPP_5_1/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 1 20:11:19 EDT 2011


Author: jiwils
Date: 2011-09-01 20:11:18 -0400 (Thu, 01 Sep 2011)
New Revision: 112195

Modified:
   branches/JBPAPP_5_1/testsuite/build.xml
Log:
Corrected one-iiop-test target's JVM arguments per JBPAPP-7120.

Modified: branches/JBPAPP_5_1/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/build.xml	2011-09-01 21:22:50 UTC (rev 112194)
+++ branches/JBPAPP_5_1/testsuite/build.xml	2011-09-02 00:11:18 UTC (rev 112195)
@@ -4838,6 +4838,8 @@
          <jvmarg value="-Dorg.omg.PortableInterceptor.ORBInitializerClass.org.jboss.tm.iiop.TxClientInterceptorInitializer"/>
          <jvmarg value="-Djava.security.manager"/>
          <jvmarg value="-Djava.security.policy==${build.resources}/iiop/client.policy"/>
+         <jvmarg value="-Djava.naming.factory.url.pkgs=org.jboss.naming.client"/>
+         <jvmarg value="-Dj2ee.clientName=test"/>
          <sysproperty key="java.endorsed.dirs" value="${jboss.dist}/lib/endorsed"/>
          <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
          <sysproperty key="build.testlog" value="${build.testlog}"/>



More information about the jboss-cvs-commits mailing list