Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
scr-1.8.0
-
None
Description
If a bundle is stopped in the middle of calling getComponents, the array from ScrService.getComponents() may include a null element from the single component manager from a holder. The in ConfigurableComponentHolder can be simplified by making CCH .getComponents(boolean clear) return a complete list including the single component if present, possibly solving other similar issues.