[jboss-cvs] JBossAS SVN: r70010 - trunk/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 21 13:56:22 EST 2008


Author: anil.saldhana at jboss.com
Date: 2008-02-21 13:56:22 -0500 (Thu, 21 Feb 2008)
New Revision: 70010

Modified:
   trunk/tomcat/src/resources/war-deployers-all-beans.xml
   trunk/tomcat/src/resources/war-deployers-beans.xml
Log:
JBAS-4858: SecurityDeployer that works on the metadata to create the jacc policy configurations

Modified: trunk/tomcat/src/resources/war-deployers-all-beans.xml
===================================================================
--- trunk/tomcat/src/resources/war-deployers-all-beans.xml	2008-02-21 18:10:36 UTC (rev 70009)
+++ trunk/tomcat/src/resources/war-deployers-all-beans.xml	2008-02-21 18:56:22 UTC (rev 70010)
@@ -218,7 +218,6 @@
        <property name="securityContextClassName">org.jboss.security.plugins.JBossSecurityContext</property> 
       
       <depends>jboss:service=TransactionManager</depends>
-      <depends>SecurityDeployer</depends>
       
       <!-- Only needed if the org.jboss.web.tomcat.service.jca.CachedConnectionValve
 TODO: injection

Modified: trunk/tomcat/src/resources/war-deployers-beans.xml
===================================================================
--- trunk/tomcat/src/resources/war-deployers-beans.xml	2008-02-21 18:10:36 UTC (rev 70009)
+++ trunk/tomcat/src/resources/war-deployers-beans.xml	2008-02-21 18:56:22 UTC (rev 70010)
@@ -220,7 +220,6 @@
        <property name="securityContextClassName">org.jboss.security.plugins.JBossSecurityContext</property> 
       
       <depends>jboss:service=TransactionManager</depends>
-      <depends>SecurityDeployer</depends>
       <depends>jboss.jca:service=CachedConnectionManager</depends>
    </bean>
 




More information about the jboss-cvs-commits mailing list