Description
Karaf-provided features are confused about which jar provides the javax.inject package:
- specs' cdi feature is using mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.2
- enterprise's transaction-api feature is using mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.javax-inject/1_3
This leads to re-wiring if one of those features is incrementally installed. Use one of those jars: it seems geronimo-atinject seems to be superior.