[jboss-cvs] JBossAS SVN: r84800 - projects/jboss-osgi/trunk/runtime/deployer/src/main/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 26 07:01:20 EST 2009


Author: alesj
Date: 2009-02-26 07:01:20 -0500 (Thu, 26 Feb 2009)
New Revision: 84800

Modified:
   projects/jboss-osgi/trunk/runtime/deployer/src/main/resources/osgi-deployers-jboss-beans.xml
Log:
Fix the deployer name.

Modified: projects/jboss-osgi/trunk/runtime/deployer/src/main/resources/osgi-deployers-jboss-beans.xml
===================================================================
--- projects/jboss-osgi/trunk/runtime/deployer/src/main/resources/osgi-deployers-jboss-beans.xml	2009-02-26 11:53:49 UTC (rev 84799)
+++ projects/jboss-osgi/trunk/runtime/deployer/src/main/resources/osgi-deployers-jboss-beans.xml	2009-02-26 12:01:20 UTC (rev 84800)
@@ -75,6 +75,6 @@
   <bean name="jboss.osgi:service=BundleDeployer" class="org.jboss.osgi.deployer.BundleDeployer"/>
 
   <!-- The Bundle start/stop Deployer -->
-  <bean name="jboss.osgi:service=Deployer" class="org.jboss.osgi.deployer.BundleStartStopDeployer"/>
+  <bean name="jboss.osgi:service=BundleStartStopDeployer" class="org.jboss.osgi.deployer.BundleStartStopDeployer"/>
 
 </deployment>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list