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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 15 08:46:04 EDT 2009


Author: alesj
Date: 2009-04-15 08:46:04 -0400 (Wed, 15 Apr 2009)
New Revision: 87342

Modified:
   branches/Branch_5_x/server/src/etc/conf/all/bootstrap/profile.xml
Log:
Add more ctor info.

Modified: branches/Branch_5_x/server/src/etc/conf/all/bootstrap/profile.xml
===================================================================
--- branches/Branch_5_x/server/src/etc/conf/all/bootstrap/profile.xml	2009-04-15 12:39:46 UTC (rev 87341)
+++ branches/Branch_5_x/server/src/etc/conf/all/bootstrap/profile.xml	2009-04-15 12:46:04 UTC (rev 87342)
@@ -119,7 +119,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><inject bean="JBossServer"/></parameter>
+         <parameter class="org.jboss.bootstrap.spi.Server"><inject bean="JBossServer"/></parameter>
       </constructor>
    </bean>
          




More information about the jboss-cvs-commits mailing list