[jboss-cvs] JBossAS SVN: r114677 - branches/JBPAPP_5/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Jan 28 15:55:16 EST 2014
Author: wolfc
Date: 2014-01-28 15:55:15 -0500 (Tue, 28 Jan 2014)
New Revision: 114677
Modified:
branches/JBPAPP_5/testsuite/build.xml
Log:
JBPAPP-10962: set java.rmi.server.useCodebaseOnly to false during iiop tests
Modified: branches/JBPAPP_5/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5/testsuite/build.xml 2014-01-22 13:57:30 UTC (rev 114676)
+++ branches/JBPAPP_5/testsuite/build.xml 2014-01-28 20:55:15 UTC (rev 114677)
@@ -3801,6 +3801,7 @@
<jvmarg value="-Dorg.omg.PortableInterceptor.ORBInitializerClass.org.jboss.tm.iiop.TxClientInterceptorInitializer"/>
<jvmarg value="-Dorg.omg.PortableInterceptor.ORBInitializerClass.org.jboss.iiop.csiv2.SASClientInitializer"/>
<jvmarg value="-Djava.security.manager"/>
+ <jvmarg value="-Djava.rmi.server.useCodebaseOnly=false"/>
<sysproperty key="java.naming.provider.url" value="${node0.jndi.url}"/>
<sysproperty key="jbosstest.server.host" value="${node0}"/>
<sysproperty key="java.security.policy" value="${build.resources}/iiop/client.policy"/>
@@ -4778,6 +4779,7 @@
<jvmarg value="-Dorg.omg.PortableInterceptor.ORBInitializerClass.org.jboss.tm.iiop.TxClientInterceptorInitializer"/>
<jvmarg value="-Dorg.omg.PortableInterceptor.ORBInitializerClass.org.jboss.iiop.csiv2.SASClientInitializer"/>
<jvmarg value="-Djava.security.manager"/>
+ <jvmarg value="-Djava.rmi.server.useCodebaseOnly=false"/>
<sysproperty key="java.security.policy" value="${build.resources}/iiop/client.policy"/>
<sysproperty key="log4j.properties" file="${build.resources}/log4j.properties"/>
<!-- Pass along any jbosstest.* system properties -->
@@ -4990,6 +4992,7 @@
<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"/>
+ <jvmarg value="-Djava.rmi.server.useCodebaseOnly=false"/>
<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