[jboss-cvs] JBossAS SVN: r64558 - trunk/server/src/etc/deploy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 13 11:46:43 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-08-13 11:46:43 -0400 (Mon, 13 Aug 2007)
New Revision: 64558

Modified:
   trunk/server/src/etc/deploy/security-policies-service.xml
Log:
Enable security-policies, otherwise security related tests fail with NPE

Modified: trunk/server/src/etc/deploy/security-policies-service.xml
===================================================================
--- trunk/server/src/etc/deploy/security-policies-service.xml	2007-08-13 15:16:25 UTC (rev 64557)
+++ trunk/server/src/etc/deploy/security-policies-service.xml	2007-08-13 15:46:43 UTC (rev 64558)
@@ -4,6 +4,7 @@
    <!-- The custom JAAS login configuration that installs 
        a Configuration capable of dynamically updating the
        config settings
+   -->
    <mbean code="org.jboss.security.auth.login.DynamicLoginConfig"
       name="jboss.security:service=StandardLoginConfig">
       <attribute name="PolicyConfig" serialDataType="jbxb">
@@ -37,5 +38,4 @@
          jboss.security:service=JaasSecurityManager
       </depends>
    </mbean>
-   -->
 </server>




More information about the jboss-cvs-commits mailing list