Re: Include Karaf feature in POM dependency

2017-11-25 Thread Steinar Bang
> Jean-Baptiste Onofré : > The generate-descriptor MOJO (or if you use the feature packaging) > will create a feature.xml. Yes. But what he was saying, was that the generate-descriptor doesn't use somefeature from the karaf-maven-plugin as dependencies. It only

Re: Include Karaf feature in POM dependency

2017-11-25 Thread Jean-Baptiste Onofré
The generate-descriptor MOJO (or if you use the feature packaging) will create a feature.xml. It's what we are using internally in Karaf. Regards JB On 11/25/2017 11:00 AM, Kerry wrote: Thanks JB. I have a feeling I've asked this already but I think the plug-in options are aimed at

Re: EIK for Karaf 4.1 vs Bndtools

2017-11-25 Thread Steinar Bang
Hm... EIK looks pretty cool... https://github.com/apache/karaf-eik (That said: running a plain karaf and using remote debug from eclipse, and "bundle:watch *" gives me a pretty good code and debug workflow, as it is...)

Re: JMS log4j appender

2017-11-25 Thread Christian Schneider
In your case you would have to make sure the pax logging bunde has access to the jms api. So you would need to write a fragment for it. An easier way is to use Apache Decanter with the jms appender. It is already well prepared for OSGi. See: https://karaf.apache.org/manual/decanter/latest-1/#_jms