Please make bundle context injection optional
---------------------------------------------
Key: FELIX-987
URL: https://issues.apache.org/jira/browse/FELIX-987
Project: Felix
Issue Type: Improvement
Components: Dependency Manager
Reporter: Jeroen van Grondelle
Priority: Minor
We use the dependency manager to defer the registration of some services till
required services are available
through binding an intermediary object to the dependency manager.
As we want to bind these services using a specific bundle context, we
communicate this bundle context
through the intermediary.
Dependency manager's default behaviour is to inject the bundle context
associated with the manager in any
member of type bundle context. Thus, our bundle context is overwritten and our
services are bound to the
wrong bundle context.
Could bundle context injection be made optional through a parameter/setting?
Thanks in advance!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.