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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 10 18:06:52 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-08-10 18:06:52 -0400 (Fri, 10 Aug 2007)
New Revision: 64549

Modified:
   trunk/server/src/etc/deploy/security-policies-service.xml
Log:
Comment out the policy service until the jbxb namespace issue is resolved.

Modified: trunk/server/src/etc/deploy/security-policies-service.xml
===================================================================
--- trunk/server/src/etc/deploy/security-policies-service.xml	2007-08-10 18:51:58 UTC (rev 64548)
+++ trunk/server/src/etc/deploy/security-policies-service.xml	2007-08-10 22:06:52 UTC (rev 64549)
@@ -4,7 +4,6 @@
    <!-- 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">
@@ -38,4 +37,5 @@
          jboss.security:service=JaasSecurityManager
       </depends>
    </mbean>
+   -->
 </server>




More information about the jboss-cvs-commits mailing list