[jboss-cvs] JBossAS SVN: r87343 - trunk/server/src/etc/conf/all/bootstrap.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 15 09:07:03 EDT 2009


Author: alesj
Date: 2009-04-15 09:07:03 -0400 (Wed, 15 Apr 2009)
New Revision: 87343

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

Modified: trunk/server/src/etc/conf/all/bootstrap/profile.xml
===================================================================
--- trunk/server/src/etc/conf/all/bootstrap/profile.xml	2009-04-15 12:46:04 UTC (rev 87342)
+++ trunk/server/src/etc/conf/all/bootstrap/profile.xml	2009-04-15 13:07:03 UTC (rev 87343)
@@ -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