Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.7
-
None
-
None
Description
This problem surfaced in ARIES-654 (https://issues.apache.org/jira/browse/ARIES-654) where the Blueprint annotation scanning generated component definitions twice for all annotated beans in a Bundle fragment. Easy to work around though
Most likely - just a guess though - this is down to a call to Bundle.findEntries or the like, which is already fragment aware, plus a separate scan of the fragments ...