Skip to main content

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

Hi,
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. 

Best regards,
Petia

Back to the top