Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
transaction-manager-1.1.1
-
None
Description
transaction.manager embeds the transaction api. So all bundles that use the transactions api are wired to it.
Unfortunately it also has optional imports like for the spring transactions. So if such an optional import is loaded then all bundles using transactions are also reloaded.
The simple solution is to not embed the transaction api and instead install it spearately.
Attachments
Issue Links
- relates to
-
KARAF-3888 Karaf refreshes a lot of unrelated bundles during feature installation
- Resolved