[jboss-cvs] JBossAS SVN: r88833 - projects/demos/microcontainer/trunk/bootstrap/src/main/resources/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 13 17:19:50 EDT 2009


Author: alesj
Date: 2009-05-13 17:19:50 -0400 (Wed, 13 May 2009)
New Revision: 88833

Modified:
   projects/demos/microcontainer/trunk/bootstrap/src/main/resources/META-INF/bootstrap-beans.xml
Log:
Fix order.

Modified: projects/demos/microcontainer/trunk/bootstrap/src/main/resources/META-INF/bootstrap-beans.xml
===================================================================
--- projects/demos/microcontainer/trunk/bootstrap/src/main/resources/META-INF/bootstrap-beans.xml	2009-05-13 21:13:15 UTC (rev 88832)
+++ projects/demos/microcontainer/trunk/bootstrap/src/main/resources/META-INF/bootstrap-beans.xml	2009-05-13 21:19:50 UTC (rev 88833)
@@ -7,7 +7,6 @@
        <!-- Use the CombinedVFSCache implementation -->
        <parameter>org.jboss.virtual.plugins.cache.CombinedVFSCache</parameter>
      </constructor>
-     <start ignored="true"/>
      <property name="permanentRoots">
        <map keyClass="java.net.URL" valueClass="org.jboss.virtual.spi.ExceptionHandler">
          <entry>
@@ -19,6 +18,7 @@
      <property name="realCache">
        <bean class="org.jboss.virtual.plugins.cache.IterableTimedVFSCache"/>
      </property>
+     <start ignored="true"/>
    </bean>
 
    <!-- The MainDeployer -->




More information about the jboss-cvs-commits mailing list