Karaf 4 - how to set properties for commands

2017-06-02 Thread Martin Lichtin
In Karaf 3, a command can be defined in Blueprint as: where in my case "producerTemplate" comes from a CamelContext created in the same Blueprint context. Now in Karaf 4, how would I do the same, i.e. set the property? - Martin

Basic questions about bundles and features

2017-06-02 Thread KARR, DAVID
I have some likely basic questions about features and bundles, and the "features.xml" file. I'm doing some work on an existing codebase, where I think much has been done to get things working, without complete understanding of the machinery. I'd like to get an external perspective before I

Re: Unable to deploy jna 4.3.0 in Karaf 4.1.1 or 4.0.9

2017-06-02 Thread Guillaume Nodet
JNA is an optional dependency on JLine (used by the shell), so if you install JNA, it will refresh jline, hence the karaf shell. However, the shell should come back immediately in a usable state. You can reproduce using: > install mvn:net.java.dev.jna/jna/RELEASE > refresh org.jline On