[jboss-cvs] JBossAS SVN: r99563 - in branches/vfs3-int/server/src/etc: deploy and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 18 19:18:57 EST 2010


Author: johnbailey
Date: 2010-01-18 19:18:57 -0500 (Mon, 18 Jan 2010)
New Revision: 99563

Modified:
   branches/vfs3-int/server/src/etc/conf/all/bootstrap/deployers.xml
   branches/vfs3-int/server/src/etc/deploy/vfs-jboss-beans.xml
Log:
[JBAS-7350] - Updated config files for VFS3 integration 

Modified: branches/vfs3-int/server/src/etc/conf/all/bootstrap/deployers.xml
===================================================================
--- branches/vfs3-int/server/src/etc/conf/all/bootstrap/deployers.xml	2010-01-19 00:15:45 UTC (rev 99562)
+++ branches/vfs3-int/server/src/etc/conf/all/bootstrap/deployers.xml	2010-01-19 00:18:57 UTC (rev 99563)
@@ -251,7 +251,6 @@
          <classloading xmlns="urn:jboss:classloading:1.0" export-all="NON_EMPTY" import-all="true"/>
       </property>
    </bean>
-   <bean name="InMemoryClassesDeployer" class="org.jboss.deployers.vfs.plugins.classloader.InMemoryClassesDeployer"/>
    <bean name="ClassLoaderClassPathDeployer" class="org.jboss.deployers.vfs.plugins.classloader.VFSClassLoaderClassPathDeployer"/>
    <bean name="ClassLoaderDescribeDeployer" class="org.jboss.deployers.vfs.plugins.classloader.VFSClassLoaderDescribeDeployer">
       <property name="classLoading"><inject bean="ClassLoading"/></property>

Modified: branches/vfs3-int/server/src/etc/deploy/vfs-jboss-beans.xml
===================================================================
--- branches/vfs3-int/server/src/etc/deploy/vfs-jboss-beans.xml	2010-01-19 00:15:45 UTC (rev 99562)
+++ branches/vfs3-int/server/src/etc/deploy/vfs-jboss-beans.xml	2010-01-19 00:18:57 UTC (rev 99563)
@@ -1,14 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <deployment xmlns="urn:jboss:bean-deployer:2.0">
 
-  <bean name="VFSCacheStatistics" class="org.jboss.deployment.vfs.VFSCacheStatistics">
-    <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.vfs:service=VFSCacheStatistics", exposedInterface=org.jboss.deployment.vfs.VFSCacheStatisticsMBean.class, registerDirectly=true)</annotation>
-  </bean>
 
-  <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