[jboss-cvs] JBossAS SVN: r83612 - trunk/server/src/etc/deploy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 29 08:49:54 EST 2009


Author: alesj
Date: 2009-01-29 08:49:54 -0500 (Thu, 29 Jan 2009)
New Revision: 83612

Modified:
   trunk/server/src/etc/deploy/vfs-jboss-beans.xml
Log:
Ignore start/stop on vfs operations.

Modified: trunk/server/src/etc/deploy/vfs-jboss-beans.xml
===================================================================
--- trunk/server/src/etc/deploy/vfs-jboss-beans.xml	2009-01-29 13:10:10 UTC (rev 83611)
+++ trunk/server/src/etc/deploy/vfs-jboss-beans.xml	2009-01-29 13:49:54 UTC (rev 83612)
@@ -7,6 +7,8 @@
 
   <bean name="VFSCacheOperations" class="org.jboss.deployment.vfs.VFSCacheOperations">
     <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.vfs:service=VFSCacheOperations", exposedInterface=org.jboss.deployment.vfs.VFSCacheOperationsMBean.class, registerDirectly=true)</annotation>
+    <start ignored="true"/>
+    <stop ignored="true"/>
   </bean>
 
 </deployment>




More information about the jboss-cvs-commits mailing list