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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 16 22:47:39 EST 2007


Author: bstansberry at jboss.com
Date: 2007-11-16 22:47:39 -0500 (Fri, 16 Nov 2007)
New Revision: 67217

Modified:
   trunk/tomcat/src/resources/war-deployers-all-beans.xml
Log:
Add missing CachedConnectionManager dependency -- the valve is enabled

Modified: trunk/tomcat/src/resources/war-deployers-all-beans.xml
===================================================================
--- trunk/tomcat/src/resources/war-deployers-all-beans.xml	2007-11-17 02:40:13 UTC (rev 67216)
+++ trunk/tomcat/src/resources/war-deployers-all-beans.xml	2007-11-17 03:47:39 UTC (rev 67217)
@@ -197,9 +197,9 @@
       
       <!-- Only needed if the org.jboss.web.tomcat.service.jca.CachedConnectionValve
 TODO: injection
-      is enabled in the tomcat server.xml file.
+      is enabled in the tomcat server.xml file.
+      -->
       <depends>jboss.jca:service=CachedConnectionManager</depends>
-      -->
    </bean>
 
 </deployment>




More information about the jboss-cvs-commits mailing list