Hello, I have a features.xml in which I don’t want to auto start some of the bundles. So I use this declaration:
<bundle start="false”> Yet, it does not appear to do what I expect, as the feature still tries to start. I should mention that I am using a custom distribution using the "karaf-maven-plugin” where this feature is added either to the <bootFeatures> or <installedFeatures> with the same result. I am using Karaf version 4.0.3. Best regards, Alex soto
