You clearly overuse the prerequisite="true" flag which causes multiple runs of the features service. I'll investigate a bit more, as I think there's a bug in the feature service in this case, but it would be much more efficient to only use the prerequisite flag when it's actually needed (mainly when deploying url handlers).
2016-09-13 5:27 GMT+02:00 oski_bear <[email protected]>: > I have created a git repository with a project that reproduces these > issues. > You can find it here > <https://github.com/damiri-ts/karaf-features-core-issue> . > (https://github.com/damiri-ts/karaf-features-core-issue). > > Here are the steps to reproduce. > 1. Build the project: mvn clean install > 2. Start the container: container/target/assembly/bin/karaf clean debug > > The container will startup but the features core bundle will be stuck in > the > "resolved" state. If you start it manually (start 11) all features and > bundles will load correctly. > > > > -- > View this message in context: http://karaf.922171.n3.nabble. > com/Features-Core-bundle-stuck-in-Resolved-state-tp4047964p4047989.html > Sent from the Karaf - User mailing list archive at Nabble.com. > -- ------------------------ Guillaume Nodet ------------------------ Red Hat, Open Source Integration Email: [email protected] Web: http://fusesource.com Blog: http://gnodet.blogspot.com/
