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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 2 16:23:58 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-04-02 16:23:58 -0400 (Mon, 02 Apr 2007)
New Revision: 62006

Modified:
   trunk/tomcat/src/resources/war-deployers-all-beans.xml
   trunk/tomcat/src/resources/war-deployers-beans.xml
Log:
Comment the mainDeployer property and add the injection to the all deployers

Modified: trunk/tomcat/src/resources/war-deployers-all-beans.xml
===================================================================
--- trunk/tomcat/src/resources/war-deployers-all-beans.xml	2007-04-02 20:04:06 UTC (rev 62005)
+++ trunk/tomcat/src/resources/war-deployers-all-beans.xml	2007-04-02 20:23:58 UTC (rev 62006)
@@ -51,6 +51,8 @@
          <parameter><this/></parameter>
       </uninstall>
 
+      <!-- Inject the MainDeployer for resolving cross deployment refs -->
+      <property name="mainDeployer"><inject bean="MainDeployer" /></property>
       <property name="type">war</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

Modified: trunk/tomcat/src/resources/war-deployers-beans.xml
===================================================================
--- trunk/tomcat/src/resources/war-deployers-beans.xml	2007-04-02 20:04:06 UTC (rev 62005)
+++ trunk/tomcat/src/resources/war-deployers-beans.xml	2007-04-02 20:23:58 UTC (rev 62006)
@@ -81,6 +81,7 @@
          <parameter><this/></parameter>
       </uninstall>
 
+      <!-- Inject the MainDeployer for resolving cross deployment refs -->
       <property name="mainDeployer"><inject bean="MainDeployer" /></property>
       <property name="type">war</property>
       <!-- You can configure a set of authenticators keyed by http-auth method




More information about the jboss-cvs-commits mailing list