Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
ipojo-runtime-1.12.0
-
None
-
JAVA 1.8
Description
I would like to use the bundle context for each instanciate of my bundle with this code :
@Context(Context.Source.INSTANCE)
private BundleContext _context;
But the context return is null.
If I use Context.Source.COMPONENT for the context definition, the context field is injected.
Attachments
Issue Links
- is duplicated by
-
FELIX-4715 instance bundle context injection does not works
- Closed