[jboss-osgi-commits] JBoss-OSGI SVN: r101452 - projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Thu Feb 25 02:29:57 EST 2010


Author: thomas.diesler at jboss.com
Date: 2010-02-25 02:29:57 -0500 (Thu, 25 Feb 2010)
New Revision: 101452

Modified:
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-equinox.xml
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-felix.xml
Log:
Remove BundleManagementDeployer

Modified: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-equinox.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-equinox.xml	2010-02-25 07:29:27 UTC (rev 101451)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-equinox.xml	2010-02-25 07:29:57 UTC (rev 101452)
@@ -126,10 +126,4 @@
     <property name="systemContext"><inject bean="jboss.osgi:service=Framework" property="bundleContext" /></property>
   </bean>
 
-  <!-- The Bundle Management Deployer -->
-  <bean name="jboss.osgi:service=BundleManagementDeployer" class="org.jboss.osgi.deployer.BundleManagementDeployer">
-    <property name="systemContext"><inject bean="jboss.osgi:service=Framework" property="bundleContext" /></property>
-    <property name="mbeanServer"><inject bean="JMXKernel" property="mbeanServer"/></property>
-  </bean>
-
 </deployment>
\ No newline at end of file

Modified: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-felix.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-felix.xml	2010-02-25 07:29:27 UTC (rev 101451)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-felix.xml	2010-02-25 07:29:57 UTC (rev 101452)
@@ -126,10 +126,4 @@
     <property name="systemContext"><inject bean="jboss.osgi:service=Framework" property="bundleContext" /></property>
   </bean>
 
-  <!-- The Bundle Management Deployer -->
-  <bean name="jboss.osgi:service=BundleManagementDeployer" class="org.jboss.osgi.deployer.BundleManagementDeployer">
-    <property name="systemContext"><inject bean="jboss.osgi:service=Framework" property="bundleContext" /></property>
-    <property name="mbeanServer"><inject bean="JMXKernel" property="mbeanServer"/></property>
-  </bean>
-
 </deployment>
\ No newline at end of file



More information about the jboss-osgi-commits mailing list