Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Run Eclipse Remote Service Admin on Apache Karaf

On 26 Nov 2012, at 10:45, Petia Sotirova wrote:

I'm trying to integrate Eclipse Communication Framework (OSGi Remote Service Admin implementation) on Apache Karaf.
I use Apache Karaf version 2.3.0, and build of ECF 3.5.6 - http://www.eclipse.org/downloads/download.php?file=/rt/ecf/3.5.6/org.eclipse.ecf.sdk_3.5.6.v20120610-1946.zip
I install :
org.eclipse.osgi.services.remoteserviceadmin_1.5.0.v20120610-1946.jar
org.eclipse.ecf.osgi.services.remoteserviceadmin_2.1.0.v20120610-1946.jar, org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.0.v20120610-1946.jar
I'm trying to install its dependencies, but org.eclipse.ecf.osgi.services.remoteserviceadmin_2.1.0.v20120610-1946.jar requires org.eclipse.osgi.framework.eventmgr package. I found just org.eclipse.osgi.jar bundle to export that package, but it is core osgi platform bundle and conflicts with Apache Karaf basic set of bundles (At least Web console could not start)

Could you please tell me the basic set of bundles I needed to run OSGi Remote Service Admin on Apache Karaf. 

No, it's currently not possible at the moment as the ECF package has some (transitive) dependencies which are only provided as part of the Equinox OSGi runtime. 

Alex

Back to the top