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: Is local access to MBeans also protected

2015-03-10 Thread Achim Nierbeck
Hi, I think I've seen this behavior too. AFAIC this is a bug. Do you happen to have a scenario where it's really reproducible? Could you open a issue for it? Thanks, Achim 2015-03-10 14:23 GMT+01:00 Martin Lichtin : > I understand that access to MBeans is protected via RBAC mechanism: > >h

Is local access to MBeans also protected

2015-03-10 Thread Martin Lichtin
I understand that access to MBeans is protected via RBAC mechanism: http://karaf.apache.org/manual/latest/users-guide/monitoring.html However, is this also the case for code running inside Karaf? E.g. when doing MBeanServer mbs = ManagementFactory.getPlatformMBeanServer(); it seems I c

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.

Re: Dependecy error installing HTTP feature

2015-03-10 Thread sykomaniac
Thanks very much for the help! I uninstalled the servlet bundles and the jolokia agent then installed the HTTP feature followed by the agent and it all installed and worked perfectly! Thanks again for the help! -- View this message in context: http://karaf.922171.n3.nabble.com/Dependecy-error

Re: Bundle not sync'ing

2015-03-10 Thread Achim Nierbeck
Hi, if you install a bundle via a maven coordinate, this coordinate is propagated to the other nodes, no binaries are transfered. Btw. that's why a sync of the deploy folder doesn't work :-) The repo which contains this maven artifact needs to be known to all nodes. For this you can use the cluste