[jboss-cvs] JBossAS SVN: r59030 - trunk/server/src/etc/conf/default

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 13 23:02:51 EST 2006


Author: scott.stark at jboss.org
Date: 2006-12-13 23:02:49 -0500 (Wed, 13 Dec 2006)
New Revision: 59030

Modified:
   trunk/server/src/etc/conf/default/bootstrap-beans.xml
Log:
Move the initial ProfileServiceImpl to a basic subpackage

Modified: trunk/server/src/etc/conf/default/bootstrap-beans.xml
===================================================================
--- trunk/server/src/etc/conf/default/bootstrap-beans.xml	2006-12-14 04:02:28 UTC (rev 59029)
+++ trunk/server/src/etc/conf/default/bootstrap-beans.xml	2006-12-14 04:02:49 UTC (rev 59030)
@@ -6,7 +6,7 @@
 <deployment xmlns="urn:jboss:bean-deployer:2.0">
 
    <!-- The profile service -->
-   <bean name="ProfileService" class="org.jboss.system.server.profileservice.ProfileServiceImpl">
+   <bean name="ProfileService" class="org.jboss.system.server.profileservice.basic.ProfileServiceImpl">
       <constructor>
          <parameter>${jboss.server.name}</parameter>
       </constructor>




More information about the jboss-cvs-commits mailing list