David Jencks created FELIX-4006:
-----------------------------------
Summary: [DS] While disposing a component, it's possible to unbind
a reference that wasn't bound.
Key: FELIX-4006
URL: https://issues.apache.org/jira/browse/FELIX-4006
Project: Felix
Issue Type: Bug
Components: Declarative Services (SCR)
Affects Versions: scr-1.8.0
Reporter: David Jencks
Assignee: David Jencks
Fix For: scr-1.8.0
When we dispose of a implementation object, in the ImmediateComponentHandler,
(1) t1 we set m_implementationObject to null
(2) t2 Any bind operation will now not succeed since the impl object is not
available, but we track it
(3) t1 the dependency manager gets the tracked objects and proceeds to unbind
them.
I'm thinking about a different solution to FELIX-3754 as part of this.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira