[jboss-cvs] JBossAS SVN: r73335 - trunk/server/src/etc/deployers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 13 04:05:42 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-05-13 04:05:40 -0400 (Tue, 13 May 2008)
New Revision: 73335

Modified:
   trunk/server/src/etc/deployers/ejb-deployer-beans.xml
Log:
JBAS-5488: Inject PolicyRegistration into the web/ejb containers

Modified: trunk/server/src/etc/deployers/ejb-deployer-beans.xml
===================================================================
--- trunk/server/src/etc/deployers/ejb-deployer-beans.xml	2008-05-13 07:58:58 UTC (rev 73334)
+++ trunk/server/src/etc/deployers/ejb-deployer-beans.xml	2008-05-13 08:05:40 UTC (rev 73335)
@@ -38,7 +38,7 @@
        <!-- Specify an unauthenticated identity -->
        <property name="unauthenticatedIdentity">anonymous</property>
        
-       <!-- Specify a SecurityManagement Wrapper -->
+       <!-- Specify a PolicyRegistration Bean -->
        <property name="policyRegistrationName">JBossSecurityPolicyRegistration</property>
        
        <!-- Specify a SecurityManagement Wrapper -->




More information about the jboss-cvs-commits mailing list