Re: Embedding Karaf in Eclipse Equinox?

2015-03-10 Thread Pablo Beltran
Hmm, unfortunately the are not too much chances for Karaf... I got "married" to Equinox and it is the core of this Eclipse for the Atlassian's plugin framework: https://marketplace.atlassian.com/plugins/com.kintosoft.jira.eclipse.eclipse-osgi-for-jira It was a headache running Equinox on such env

Re: Embedding Karaf in Eclipse Equinox?

2015-03-10 Thread Jean-Baptiste Onofré
Hi Pablo, no, in that case, you can rid out Karaf and install pax-web directly on top of Equinox (I would be sad if you do that, but it should work ;)). Regards JB On 03/10/2015 12:16 PM, Pablo Beltran wrote: Hi JB, Thanks for the answer. I was aware about that. To be sure only: So is the s

Re: Embedding Karaf in Eclipse Equinox?

2015-03-10 Thread Achim Nierbeck
Hi Pablo, well, you can use the Pax Web bundles standalone in your eclipse Project if you don't want to use Karaf. Karaf is basically a pre-bundles (with lots and lots of enhancements) OSGi Framework + infrastructure Bundles. But basically you still can build your own stuff, in that case just ins

Re: Embedding Karaf in Eclipse Equinox?

2015-03-10 Thread Pablo Beltran
Hi JB, Thanks for the answer. I was aware about that. To be sure only: So is the short answer "no"? Regards, Pablo El 10/3/2015 11:55, "Jean-Baptiste Onofré" escribió: > Hi Pablo, > > actually, it's the opposite: karaf can use equinox as OSGi framework (you > just have to change in etc/config.

Re: Embedding Karaf in Eclipse Equinox?

2015-03-10 Thread Jean-Baptiste Onofré
Hi Pablo, actually, it's the opposite: karaf can use equinox as OSGi framework (you just have to change in etc/config.properties from felix to equinox). Once done, you can install the war feature and you will be able to deploy wabs in Karaf. Regards JB On 03/10/2015 11:47 AM, Pablo Beltran

Embedding Karaf in Eclipse Equinox?

2015-03-10 Thread Pablo Beltran
Hi, Is it possible to embed Karaf (mainly the web server module) in an Eclipse Equinox instance? ServletBridge -> Equinox -> Karaf? ...in order to deploy wabs (web application bundles)... Thanks! Pablo.