Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
scr-1.0.8
-
None
Description
The implementation of method org.apache.felix.scr.Component.getReferences in class org.apache.felix.scr.impl.AbstractComponentManager doesn't use m_componentMetadata but m_dependencyManagers to return the service references of a component, which causes a calling of getReferences to return null before "enable component" is scheduled.