Author: thomas.diesler(a)jboss.com
Date: 2009-03-26 10:07:57 -0400 (Thu, 26 Mar 2009)
New Revision: 86383
Modified:
projects/jboss-osgi/trunk/runtime/felix/src/test/resources/jboss-osgi-beans.xml
projects/jboss-osgi/trunk/runtime/felix/src/test/resources/microcontainer/configured-service-test.xml
projects/jboss-osgi/trunk/runtime/felix/src/test/resources/microcontainer/explicit-service-test.xml
Log:
Fix systemContext in MCService
Modified: projects/jboss-osgi/trunk/runtime/felix/src/test/resources/jboss-osgi-beans.xml
===================================================================
---
projects/jboss-osgi/trunk/runtime/felix/src/test/resources/jboss-osgi-beans.xml 2009-03-26
14:05:12 UTC (rev 86382)
+++
projects/jboss-osgi/trunk/runtime/felix/src/test/resources/jboss-osgi-beans.xml 2009-03-26
14:07:57 UTC (rev 86383)
@@ -13,7 +13,7 @@
</bean>
<bean name="jboss.osgi:service=Microcontainer"
class="org.jboss.osgi.service.MicrocontainerService">
- <property name="bundleContext"><inject
bean="jboss.osgi:service=Framework"
property="systemBundleContext"/></property>
+ <property name="systemContext"><inject
bean="jboss.osgi:service=Framework"
property="systemBundleContext"/></property>
<property name="kernel"><inject
bean="jboss.kernel:service=Kernel" /></property>
</bean>
Modified:
projects/jboss-osgi/trunk/runtime/felix/src/test/resources/microcontainer/configured-service-test.xml
===================================================================
---
projects/jboss-osgi/trunk/runtime/felix/src/test/resources/microcontainer/configured-service-test.xml 2009-03-26
14:05:12 UTC (rev 86382)
+++
projects/jboss-osgi/trunk/runtime/felix/src/test/resources/microcontainer/configured-service-test.xml 2009-03-26
14:07:57 UTC (rev 86383)
@@ -7,7 +7,7 @@
</bean>
<bean name="jboss.osgi:service=Microcontainer"
class="org.jboss.osgi.service.MicrocontainerService">
- <property name="bundleContext"><inject
bean="jboss.osgi:service=Framework"
property="systemBundleContext"/></property>
+ <property name="systemContext"><inject
bean="jboss.osgi:service=Framework"
property="systemBundleContext"/></property>
<property name="kernel"><inject
bean="jboss.kernel:service=Kernel" /></property>
</bean>
Modified:
projects/jboss-osgi/trunk/runtime/felix/src/test/resources/microcontainer/explicit-service-test.xml
===================================================================
---
projects/jboss-osgi/trunk/runtime/felix/src/test/resources/microcontainer/explicit-service-test.xml 2009-03-26
14:05:12 UTC (rev 86382)
+++
projects/jboss-osgi/trunk/runtime/felix/src/test/resources/microcontainer/explicit-service-test.xml 2009-03-26
14:07:57 UTC (rev 86383)
@@ -7,7 +7,7 @@
</bean>
<bean name="jboss.osgi:service=Microcontainer"
class="org.jboss.osgi.service.MicrocontainerService">
- <property name="bundleContext"><inject
bean="jboss.osgi:service=Framework"
property="systemBundleContext"/></property>
+ <property name="systemContext"><inject
bean="jboss.osgi:service=Framework"
property="systemBundleContext"/></property>
<property name="kernel"><inject
bean="jboss.kernel:service=Kernel" /></property>
</bean>
Show replies by date