[jboss-cvs] JBossAS SVN: r80544 - in trunk: component-matrix and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 4 20:43:38 EST 2008


Author: alesj
Date: 2008-11-04 20:43:37 -0500 (Tue, 04 Nov 2008)
New Revision: 80544

Modified:
   trunk/build/build.xml
   trunk/component-matrix/pom.xml
   trunk/server/src/etc/conf/default/bootstrap-minimal.xml
   trunk/server/src/etc/conf/default/bootstrap.xml
   trunk/server/src/etc/conf/default/initialize.xml
Log:
Update to VSF 2.0.0.CR3.
Fix initialize.xml and minimal.
TODO on setting the right VSF cache impl!


Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2008-11-05 01:29:20 UTC (rev 80543)
+++ trunk/build/build.xml	2008-11-05 01:43:37 UTC (rev 80544)
@@ -756,6 +756,7 @@
         <include name="aop.xml" />
         <include name="classloader.xml" />
         <include name="deployers.xml" />
+        <include name="initialize.xml" />
         <include name="jmx.xml" />
         <include name="profile.xml" />
         <include name="Log4jService-xmbean.xml" />

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-11-05 01:29:20 UTC (rev 80543)
+++ trunk/component-matrix/pom.xml	2008-11-05 01:43:37 UTC (rev 80544)
@@ -55,7 +55,7 @@
     <version.org.jboss.ejb3.security.client>1.0.0-Beta1</version.org.jboss.ejb3.security.client>
     <version.org.jboss.jpa>1.0.0-Beta2</version.org.jboss.jpa>
     <version.org.jboss.reflect>2.0.0.GA</version.org.jboss.reflect>
-    <version.org.jboss.vfs>2.0.0.CR2</version.org.jboss.vfs>
+    <version.org.jboss.vfs>2.0.0.CR3</version.org.jboss.vfs>
     <version.org.jboss.mdr>2.0.1.GA</version.org.jboss.mdr>
     <version.org.jboss.man>2.0.0.CR3</version.org.jboss.man>
     <version.org.jboss.microcontainer>2.0.0.CR5</version.org.jboss.microcontainer>

Modified: trunk/server/src/etc/conf/default/bootstrap-minimal.xml
===================================================================
--- trunk/server/src/etc/conf/default/bootstrap-minimal.xml	2008-11-05 01:29:20 UTC (rev 80543)
+++ trunk/server/src/etc/conf/default/bootstrap-minimal.xml	2008-11-05 01:43:37 UTC (rev 80544)
@@ -6,6 +6,7 @@
 -->
 <bootstrap xmlns="urn:jboss:bootstrap:1.0">
 
+   <url>initialize.xml</url>
    <url>classloader.xml</url>
    <url>aop.xml</url>
    <url>jmx.xml</url>

Modified: trunk/server/src/etc/conf/default/bootstrap.xml
===================================================================
--- trunk/server/src/etc/conf/default/bootstrap.xml	2008-11-05 01:29:20 UTC (rev 80543)
+++ trunk/server/src/etc/conf/default/bootstrap.xml	2008-11-05 01:43:37 UTC (rev 80544)
@@ -6,6 +6,7 @@
 -->
 <bootstrap xmlns="urn:jboss:bootstrap:1.0">
 
+   <url>initialize.xml</url>
    <url>classloader.xml</url>
    <url>aop.xml</url>
    <url>jmx.xml</url>

Modified: trunk/server/src/etc/conf/default/initialize.xml
===================================================================
--- trunk/server/src/etc/conf/default/initialize.xml	2008-11-05 01:29:20 UTC (rev 80543)
+++ trunk/server/src/etc/conf/default/initialize.xml	2008-11-05 01:43:37 UTC (rev 80544)
@@ -7,6 +7,7 @@
 
   <bean name="VFSCache">
     <constructor factoryClass="org.jboss.virtual.spi.cache.VFSCacheFactory" factoryMethod="getInstance"/>
+    <start ignored="true"/>
     <uninstall method="stop"/>
   </bean>
 




More information about the jboss-cvs-commits mailing list