Author: thomas.diesler(a)jboss.com
Date: 2009-10-29 08:13:06 -0400 (Thu, 29 Oct 2009)
New Revision: 95750
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
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-jbossmc.xml
Log:
Remove ManagedFramework bean
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 2009-10-29
12:08:18 UTC (rev 95749)
+++
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-equinox.xml 2009-10-29
12:13:06 UTC (rev 95750)
@@ -76,14 +76,6 @@
</property>
</bean>
- <!-- The Framework Management -->
- <bean name="jboss.osgi:service=ManagedFramework"
class="org.jboss.osgi.spi.management.ManagedFrameworkImpl">
- <constructor>
- <parameter><inject bean="jboss.osgi:service=Framework"
property="bundleContext"/></parameter>
- <parameter><inject bean="JMXKernel"
property="mbeanServer"/></parameter>
- </constructor>
- </bean>
-
<!--
********************************
* *
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 2009-10-29
12:08:18 UTC (rev 95749)
+++
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-felix.xml 2009-10-29
12:13:06 UTC (rev 95750)
@@ -99,14 +99,6 @@
</property>
</bean>
- <!-- The Framework Management -->
- <bean name="jboss.osgi:service=ManagedFramework"
class="org.jboss.osgi.spi.management.ManagedFrameworkImpl">
- <constructor>
- <parameter><inject bean="jboss.osgi:service=Framework"
property="bundleContext"/></parameter>
- <parameter><inject bean="JMXKernel"
property="mbeanServer"/></parameter>
- </constructor>
- </bean>
-
<!--
********************************
* *
Modified:
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-jbossmc.xml
===================================================================
---
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-jbossmc.xml 2009-10-29
12:08:18 UTC (rev 95749)
+++
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-jbossmc.xml 2009-10-29
12:13:06 UTC (rev 95750)
@@ -200,11 +200,4 @@
<constructor><parameter><inject bean="OSGiBundleManager"
/></parameter></constructor>
</bean>
- <bean name="OSGiManagedFramework"
class="org.jboss.osgi.spi.management.ManagedFrameworkImpl">
- <constructor>
- <parameter><inject bean="OSGiBundleManager"
property="bundleContext"/></parameter>
- <parameter><inject bean="JMXKernel"
property="mbeanServer"/></parameter>
- </constructor>
- </bean>
-
</deployment>
\ No newline at end of file
Show replies by date