Service.PID not always available in properties
----------------------------------------------
Key: FELIX-354
URL: https://issues.apache.org/jira/browse/FELIX-354
Project: Felix
Issue Type: Bug
Components: Declarative Services
Reporter: Carsten Ziegeler
In some cases, the property Constants.SERVICE_PID is null for a service even if
it has a configuration.
Use case:
Two services are registered through SCR, service A has a static reference to
service B.
When the bind method in Service A is called with the ServiceReference to B, the
SERVICE_PID is null in the properties.
Service B has a configuration and can be configured through the configuration
admin (SERVICE_PID is available there).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.