Hello Ergüder, On 1 Jul 2015 at 19:16:01 , Ergüder Bekrek ([email protected]) wrote:
Hi again! I'm wondering if it's possible to have an Apache ACE Agent running only with Equinox instead of Felix...????? For the moment I'm stick with Equinox for my project and I cannot change it. Did any successfully ran Apache ACE Agent with Equinox 3.10? That is possible. The agent is an OSGi bundle that you can deploy into any OSGi framework implementation. Also, in the org.apache.ace.agent.launcher project, we provide two variations of a launcher: 1) a version that embeds the Felix framework implementation and launches the agent; 2) a version that expects some OSGi framework implementation on the Java class path and instantiates that and launches the agent. So with option 2) if you put a version of Equinox on the class path, you should be able to launch it. With a little bit of work it is also easy to build a launcher yourself that embeds it, similar to how we now embed Felix. Let me know if that answers your question! Greetings, Marcel
_______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
