[jboss-cvs] JBossAS SVN: r76433 - branches/JBPAPP_4_3_0_GA_CC/testsuite/imports.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 29 15:18:07 EDT 2008


Author: pskopek at redhat.com
Date: 2008-07-29 15:18:05 -0400 (Tue, 29 Jul 2008)
New Revision: 76433

Modified:
   branches/JBPAPP_4_3_0_GA_CC/testsuite/imports/server-config.xml
Log:
Disabled policy debug.

Modified: branches/JBPAPP_4_3_0_GA_CC/testsuite/imports/server-config.xml
===================================================================
--- branches/JBPAPP_4_3_0_GA_CC/testsuite/imports/server-config.xml	2008-07-29 19:00:12 UTC (rev 76432)
+++ branches/JBPAPP_4_3_0_GA_CC/testsuite/imports/server-config.xml	2008-07-29 19:18:05 UTC (rev 76433)
@@ -335,6 +335,7 @@
        <jvmarg value="-Djboss.test.deploy.dir=${jboss.test.deploy.dir}" />
        <jvmarg value="-Djava.security.manager"/>
        <jvmarg value="-Djava.security.policy=${jboss.dist}/bin/security_cc.policy"/>
+       <jvmarg value="-Djava.security.debug-disabled=policy"/>
        <sysproperty key="java.endorsed.dirs" value="${jboss.dist}/lib/endorsed" />
        <sysproperty key="jgroups.udp.ip_ttl" value="${jbosstest.udp.ip_ttl}" />
     </server>




More information about the jboss-cvs-commits mailing list