Good idea.
Firstly, I installed minlog manually using *bundle:install -s wrap:mvn:com.esotericsoftware.minlog/minlog/1.2 * into my custom karaf. This seemed to work fine: *94 | Active | 80 | 0 | wrap_mvn_com.esotericsoftware.minlog_minlog_1.2* My feature wasn't listed for some reason so I dropped my feature kar in the deploy directly and installed it again with *feature:install -v <myfeature>* . It failed for a different reason (use constraint) but I'm sure that's not related. If I install the feature in vanilla karaf (3.0.1) it makes it to the use constraint violation as above. If I run the feature install in verbose mode (still vanilla) I can see it installed the esoteric minlog jar using wrap. Let me know if anything isn't clear :) -- View this message in context: http://karaf.922171.n3.nabble.com/Runtime-exception-resolving-system-bundle-with-the-wrap-protocol-Custom-distribution-tp4035504p4035508.html Sent from the Karaf - User mailing list archive at Nabble.com.
