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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 12 11:56:35 EDT 2009


Author: emuckenhuber
Date: 2009-05-12 11:56:34 -0400 (Tue, 12 May 2009)
New Revision: 88750

Modified:
   branches/Branch_5_x/server/src/etc/conf/all/bootstrap/profile.xml
Log:
fix the bean name.

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-05-12 15:55:50 UTC (rev 88749)
+++ branches/Branch_5_x/server/src/etc/conf/all/bootstrap/profile.xml	2009-05-12 15:56:34 UTC (rev 88750)
@@ -195,7 +195,7 @@
    		<property name="persistenceFactory"><inject bean="PersistenceFactory" /></property>
    </bean>
    
-   <bean name="KernelDeploymentComponentMapper" class="org.jboss.deployers.plugins.managed.KernelDeploymentMapper">
+   <bean name="KernelDeploymentComponentMapper" class="org.jboss.deployers.plugins.managed.KernelDeploymentComponentMapper">
    		<constructor><parameter><inject bean="PersistenceFactory" /></parameter></constructor>
    </bean>
    <bean name="ServiceDeploymentComponentMapper" class="org.jboss.system.deployers.managed.ServiceDeploymentComponentMapper">




More information about the jboss-cvs-commits mailing list