[jboss-cvs] JBossAS SVN: r80852 - in trunk/testsuite: imports and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 12 12:13:55 EST 2008


Author: anil.saldhana at jboss.com
Date: 2008-11-12 12:13:55 -0500 (Wed, 12 Nov 2008)
New Revision: 80852

Modified:
   trunk/testsuite/build.xml
   trunk/testsuite/imports/server-config.xml
Log:
JBAS-4154: enable the security manager tests

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-11-12 17:04:24 UTC (rev 80851)
+++ trunk/testsuite/build.xml	2008-11-12 17:13:55 UTC (rev 80852)
@@ -1637,6 +1637,7 @@
       <echo message="jboss.server.home.dir=${jboss.dist}${/}server${/}default" />
 
       <!-- TODO: Need to fix JBAS-4154
+      -->
       <server:start name="securitymgr"/>
 
       <junit dir="${module.output}"
@@ -1683,7 +1684,6 @@
       </junit>
       <echo>Waiting for server to shutdown...</echo>
       <server:stop name="securitymgr"/>
-      -->
    </target>
 
    <!-- Tests of the JACC security implementation -->

Modified: trunk/testsuite/imports/server-config.xml
===================================================================
--- trunk/testsuite/imports/server-config.xml	2008-11-12 17:04:24 UTC (rev 80851)
+++ trunk/testsuite/imports/server-config.xml	2008-11-12 17:13:55 UTC (rev 80852)
@@ -26,6 +26,8 @@
 
    An example of running with the
    -Xrunyjpagent
+
+   <property name="jpda.cmdline" value="-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y" />
    -->
    <property name="jpda.cmdline" value="" />
 
@@ -110,7 +112,13 @@
          <jvmarg value="-Djboss.test.deploy.dir=${jboss.test.deploy.dir}" />
          <jvmarg value="-Djava.security.manager"/>
          <jvmarg value="-Djava.security.policy==${build.resources}/securitymgr/server.policy"/>
+	 <sysproperty key="java.protocol.handler.pkgs" value="org.jboss.handlers.stub"/>
          <jvmarg value="-Djava.security.debug=failure"/>
+
+         <!-- Replace for security manager debug verbose info
+         <jvmarg value="-Djava.security.debug=access,failure,policy"/>
+         -->
+
          <sysproperty key="java.net.preferIPv4Stack" value="true" />
          <sysproperty key="java.endorsed.dirs" value="${jboss.dist}/lib/endorsed" />
       </server>




More information about the jboss-cvs-commits mailing list