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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 31 00:41:49 EST 2006


Author: bstansberry at jboss.com
Date: 2006-10-31 00:41:48 -0500 (Tue, 31 Oct 2006)
New Revision: 57939

Modified:
   trunk/tomcat/src/resources/war-deployers-all-beans.xml
Log:
Disable the TomcatClusteringCache dependency

Modified: trunk/tomcat/src/resources/war-deployers-all-beans.xml
===================================================================
--- trunk/tomcat/src/resources/war-deployers-all-beans.xml	2006-10-31 03:44:06 UTC (rev 57938)
+++ trunk/tomcat/src/resources/war-deployers-all-beans.xml	2006-10-31 05:41:48 UTC (rev 57939)
@@ -186,7 +186,9 @@
 		<property name="securityManagerService">
 			<inject bean="jboss.security:service=JaasSecurityManager" />
 	   </property>
+	  <!-- TODO determine how to express this dependency 
       <depends>jboss.cache:service=TomcatClusteringCache</depends>
+      -->
       
       <depends>jboss:service=TransactionManager</depends>
       




More information about the jboss-cvs-commits mailing list