You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2013/03/16 02:27:11 UTC

[jira] [Created] (FELIX-3971) [DS] SingleDynamicCustomizer doesn't respond correctly to configuration update events.

David Jencks created FELIX-3971:
-----------------------------------

             Summary: [DS] SingleDynamicCustomizer doesn't respond correctly to configuration update events.
                 Key: FELIX-3971
                 URL: https://issues.apache.org/jira/browse/FELIX-3971
             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


SingleDynamicCustomizer.addedService only processes events if they were not in the previous satisfied set for the old config.  But the config may have changed which service satisfies the filter.  We need different logic here.


            if ( getPreviousRefMap().remove( serviceReference ) == null )
works for multipleDynamicCustomizer, but not the single one.

--
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