[jboss-cvs] JBossAS SVN: r88762 - branches/Branch_5_x_BootstrapLegacyRemoval/server/src/etc/conf/all/bootstrap.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 12 13:25:18 EDT 2009


Author: ALRubinger
Date: 2009-05-12 13:25:18 -0400 (Tue, 12 May 2009)
New Revision: 88762

Modified:
   branches/Branch_5_x_BootstrapLegacyRemoval/server/src/etc/conf/all/bootstrap/profile.xml
Log:
[JBAS-6856] Correct the server interface name used for clustering in profile service

Modified: branches/Branch_5_x_BootstrapLegacyRemoval/server/src/etc/conf/all/bootstrap/profile.xml
===================================================================
--- branches/Branch_5_x_BootstrapLegacyRemoval/server/src/etc/conf/all/bootstrap/profile.xml	2009-05-12 17:22:34 UTC (rev 88761)
+++ branches/Branch_5_x_BootstrapLegacyRemoval/server/src/etc/conf/all/bootstrap/profile.xml	2009-05-12 17:25:18 UTC (rev 88762)
@@ -151,7 +151,7 @@
          <!-- Here we use the constructor version that takes the Server impl and 
               uses it to find the data dir. You could alternatively use a version 
               that takes a URI or a File. -->
-         <parameter class="org.jboss.bootstrap.spi.Server"><inject bean="JBossServer"/></parameter>
+         <parameter class="org.jboss.bootstrap.spi.as.server.JBossASServer"><inject bean="JBossServer"/></parameter>
       </constructor>
    </bean>
          




More information about the jboss-cvs-commits mailing list