[jboss-cvs] JBossAS SVN: r73751 - trunk/testsuite/src/resources/test-configs/tomcat-webctx/deployers/jbossweb.deployer/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 28 14:42:36 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-05-28 14:42:36 -0400 (Wed, 28 May 2008)
New Revision: 73751

Modified:
   trunk/testsuite/src/resources/test-configs/tomcat-webctx/deployers/jbossweb.deployer/META-INF/war-deployers-beans.xml
Log:
fix the tomcat web ctx tests config

Modified: trunk/testsuite/src/resources/test-configs/tomcat-webctx/deployers/jbossweb.deployer/META-INF/war-deployers-beans.xml
===================================================================
--- trunk/testsuite/src/resources/test-configs/tomcat-webctx/deployers/jbossweb.deployer/META-INF/war-deployers-beans.xml	2008-05-28 18:02:12 UTC (rev 73750)
+++ trunk/testsuite/src/resources/test-configs/tomcat-webctx/deployers/jbossweb.deployer/META-INF/war-deployers-beans.xml	2008-05-28 18:42:36 UTC (rev 73751)
@@ -173,6 +173,8 @@
          <inject bean="jboss.security:service=JaasSecurityManager" />
       </property>
         
+      <!-- Specify PolicyRegistration-->
+      <property name="policyRegistrationName">JBossSecurityPolicyRegistration</property>
       <!-- Specify a SecurityManagement Wrapper -->
       <property name="securityManagementName">JNDIBasedSecurityManagement</property>
 




More information about the jboss-cvs-commits mailing list