Author: thomas.diesler(a)jboss.com
Date: 2010-02-11 03:45:48 -0500 (Thu, 11 Feb 2010)
New Revision: 100859
Modified:
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-bootstrap.xml
Log:
Fix references to DeploymentRegistry in Runtime
Modified:
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-bootstrap.xml
===================================================================
---
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-bootstrap.xml 2010-02-11
08:00:27 UTC (rev 100858)
+++
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-bootstrap.xml 2010-02-11
08:45:48 UTC (rev 100859)
@@ -100,7 +100,10 @@
<constructor><parameter><inject bean="OSGiBundleManager"
/></parameter></constructor>
</bean>
<bean name="OSGiServiceManager"
class="org.jboss.osgi.framework.bundle.ServiceManagerPluginImpl">
- <constructor><parameter><inject bean="OSGiBundleManager"
/></parameter></constructor>
+ <constructor>
+ <parameter><inject bean="OSGiBundleManager"
/></parameter>
+ <parameter><inject bean="OSGiDeploymentRegistry"
/></parameter>
+ </constructor>
</bean>
<bean name="OSGiStoragePlugin"
class="org.jboss.osgi.framework.plugins.internal.BundleStoragePluginImpl">
<constructor><parameter><inject bean="OSGiBundleManager"
/></parameter></constructor>
Show replies by date