I can deploy my own bundle into karaf. However after a restart karaf the
bundle commands are no longer available.
In the log files I found the following message:
2015-01-09 12:23:46,289 | INFO | FelixStartLevel | BlueprintExtender
| 19 - org.apache.aries.blueprint.core - 1.4.0 | Bundle
org.apache.karaf.bundle.core is not compatible with this blueprint extender
It seems that my feature brings its own blue print extender into the system.
How can I find it out what bundle contains this incompatible blue print
extender?
Thank you in advance