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 (Created) (JIRA)" <ji...@apache.org> on 2012/03/28 23:49:29 UTC

[jira] [Created] (FELIX-3410) ImmediateComponentManager should use any non-ignored configuration to try to activate a component.

ImmediateComponentManager should use any non-ignored configuration to try to activate a component.
--------------------------------------------------------------------------------------------------

                 Key: FELIX-3410
                 URL: https://issues.apache.org/jira/browse/FELIX-3410
             Project: Felix
          Issue Type: Bug
          Components: Declarative Services (SCR)
    Affects Versions: scr-1.6.2
            Reporter: David Jencks


ImmediateComponentManager.reconfigure only tries to activate an unsatisfied component if the configuration is require.  However, if configuration is optional (i.e. not ignored) it could still change target properties and make the component satisfied so it can be activated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3410) ImmediateComponentManager should use any non-ignored configuration to try to activate a component.

Posted by "David Jencks (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks updated FELIX-3410:
--------------------------------

    Attachment: FELIX-3410.diff

Try to activate if configuration policy is require or optional, not just require.
                
> ImmediateComponentManager should use any non-ignored configuration to try to activate a component.
> --------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-3410
>                 URL: https://issues.apache.org/jira/browse/FELIX-3410
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services (SCR)
>    Affects Versions: scr-1.6.2
>            Reporter: David Jencks
>         Attachments: FELIX-3410.diff
>
>
> ImmediateComponentManager.reconfigure only tries to activate an unsatisfied component if the configuration is require.  However, if configuration is optional (i.e. not ignored) it could still change target properties and make the component satisfied so it can be activated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3410) ImmediateComponentManager should use any non-ignored configuration to try to activate a component.

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger updated FELIX-3410:
-------------------------------------

    Fix Version/s: scr-1.6.2
         Assignee: Felix Meschberger
    
> ImmediateComponentManager should use any non-ignored configuration to try to activate a component.
> --------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-3410
>                 URL: https://issues.apache.org/jira/browse/FELIX-3410
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services (SCR)
>    Affects Versions: scr-1.6.2
>            Reporter: David Jencks
>            Assignee: Felix Meschberger
>             Fix For: scr-1.6.2
>
>         Attachments: FELIX-3410.diff
>
>
> ImmediateComponentManager.reconfigure only tries to activate an unsatisfied component if the configuration is require.  However, if configuration is optional (i.e. not ignored) it could still change target properties and make the component satisfied so it can be activated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FELIX-3410) ImmediateComponentManager should use any non-ignored configuration to try to activate a component.

Posted by "Felix Meschberger (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13242215#comment-13242215 ] 

Felix Meschberger commented on FELIX-3410:
------------------------------------------

Oh, quite right. I missed that detail. Thanks for providing the patch.
                
> ImmediateComponentManager should use any non-ignored configuration to try to activate a component.
> --------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-3410
>                 URL: https://issues.apache.org/jira/browse/FELIX-3410
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services (SCR)
>    Affects Versions: scr-1.6.2
>            Reporter: David Jencks
>         Attachments: FELIX-3410.diff
>
>
> ImmediateComponentManager.reconfigure only tries to activate an unsatisfied component if the configuration is require.  However, if configuration is optional (i.e. not ignored) it could still change target properties and make the component satisfied so it can be activated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (FELIX-3410) ImmediateComponentManager should use any non-ignored configuration to try to activate a component.

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved FELIX-3410.
--------------------------------------

    Resolution: Fixed

Thanks for providing the patch. I have applied it along with a test in Rev. 1344812
                
> ImmediateComponentManager should use any non-ignored configuration to try to activate a component.
> --------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-3410
>                 URL: https://issues.apache.org/jira/browse/FELIX-3410
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services (SCR)
>    Affects Versions: scr-1.6.2
>            Reporter: David Jencks
>            Assignee: Felix Meschberger
>             Fix For: scr-1.6.2
>
>         Attachments: FELIX-3410.diff
>
>
> ImmediateComponentManager.reconfigure only tries to activate an unsatisfied component if the configuration is require.  However, if configuration is optional (i.e. not ignored) it could still change target properties and make the component satisfied so it can be activated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (FELIX-3410) ImmediateComponentManager should use any non-ignored configuration to try to activate a component.

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger closed FELIX-3410.
------------------------------------


Close after release
                
> ImmediateComponentManager should use any non-ignored configuration to try to activate a component.
> --------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-3410
>                 URL: https://issues.apache.org/jira/browse/FELIX-3410
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services (SCR)
>    Affects Versions: scr-1.6.2
>            Reporter: David Jencks
>            Assignee: Felix Meschberger
>             Fix For: scr-1.6.2
>
>         Attachments: FELIX-3410.diff
>
>
> ImmediateComponentManager.reconfigure only tries to activate an unsatisfied component if the configuration is require.  However, if configuration is optional (i.e. not ignored) it could still change target properties and make the component satisfied so it can be activated.

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