[jboss-cvs] JBossAS SVN: r70064 - 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
Mon Feb 25 10:56:13 EST 2008


Author: emuckenhuber
Date: 2008-02-25 10:56:13 -0500 (Mon, 25 Feb 2008)
New Revision: 70064

Modified:
   trunk/testsuite/src/resources/test-configs/tomcat-webctx/deployers/jbossweb.deployer/META-INF/war-deployers-beans.xml
Log:
align tomcat-webctx-tests with recent changes

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-02-25 14:12:36 UTC (rev 70063)
+++ trunk/testsuite/src/resources/test-configs/tomcat-webctx/deployers/jbossweb.deployer/META-INF/war-deployers-beans.xml	2008-02-25 15:56:13 UTC (rev 70064)
@@ -126,6 +126,7 @@
     <bean name="WarDeployer" class="org.jboss.web.tomcat.service.deployers.TomcatDeployer">
         <property name="mainDeployer"><inject bean="MainDeployer" /></property>        
         <property name="type">war</property>
+        <property name="relativeOrder">2003</property>
         <!-- You can configure a set of authenticators keyed by http-auth method
             used. This will apply the same set of authenticators across all web
             applications. You can override the set of authenticators at the web
@@ -217,7 +218,6 @@
         </property>
         
         <depends>jboss:service=TransactionManager</depends>
-        <depends>SecurityDeployer</depends>
         
         <!-- Only needed if the org.jboss.web.tomcat.service.jca.CachedConnectionValve
             TODO: injection




More information about the jboss-cvs-commits mailing list