Author: thomas.diesler(a)jboss.com
Date: 2009-05-08 11:21:04 -0400 (Fri, 08 May 2009)
New Revision: 88446
Modified:
projects/jboss-osgi/trunk/runtime/knopflerfish/src/test/resources/jboss-osgi-beans.xml
Log:
Fix knopflerfish startup
Modified:
projects/jboss-osgi/trunk/runtime/knopflerfish/src/test/resources/jboss-osgi-beans.xml
===================================================================
---
projects/jboss-osgi/trunk/runtime/knopflerfish/src/test/resources/jboss-osgi-beans.xml 2009-05-08
15:09:23 UTC (rev 88445)
+++
projects/jboss-osgi/trunk/runtime/knopflerfish/src/test/resources/jboss-osgi-beans.xml 2009-05-08
15:21:04 UTC (rev 88446)
@@ -4,7 +4,7 @@
<deployment
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:jboss:bean-deployer:2.0 bean-deployer_2_0.xsd"
xmlns="urn:jboss:bean-deployer:2.0">
<!-- The OSGiFramework -->
- <bean name="jboss.osgi:service=Framework"
class="org.jboss.osgi.knopflerfish.KnopflerfishIntegration">
+ <bean name="jboss.osgi:service=Framework"
class="org.jboss.osgi.knopflerfish.framework.KnopflerfishIntegration">
<property name="properties">
<map keyClass="java.lang.String"
valueClass="java.lang.String">
<entry><key>org.osgi.framework.storage.clean</key><value>onFirstInit</value></entry>