[jboss-cvs] JBossAS SVN: r96742 - projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 23 11:48:38 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-11-23 11:48:38 -0500 (Mon, 23 Nov 2009)
New Revision: 96742

Modified:
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-bootstrap.xml
Log:
Restore BasicResolver for AS integration

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	2009-11-23 16:41:53 UTC (rev 96741)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-bootstrap.xml	2009-11-23 16:48:38 UTC (rev 96742)
@@ -90,9 +90,6 @@
      </list>
     </property>
   </bean>
-  <bean name="OSGiBundleResolver" class="org.jboss.osgi.framework.resolver.internal.basic.BasicResolverImpl">
-    <constructor><parameter><inject bean="OSGiBundleManager" /></parameter></constructor>
-  </bean>
   <bean name="OSGiFrameworkEventsPlugin" class="org.jboss.osgi.framework.plugins.internal.FrameworkEventsPluginImpl">
     <constructor><parameter><inject bean="OSGiBundleManager" /></parameter></constructor>
   </bean>




More information about the jboss-cvs-commits mailing list