You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2009/12/14 11:04:18 UTC

[jira] Resolved: (FELIX-1942) Component Factory instances are may reactivate

     [ https://issues.apache.org/jira/browse/FELIX-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved FELIX-1942.
--------------------------------------

    Resolution: Fixed

Added test case ensuring ComponentFactory instances are not reactivated in Rev. 890254

In Rev. 890257 add new state (FactoryInstance) which is like the Active state but disposes off the component on deactivation instead of just deactivating.

This fixes this issue

> Component Factory instances are may reactivate
> ----------------------------------------------
>
>                 Key: FELIX-1942
>                 URL: https://issues.apache.org/jira/browse/FELIX-1942
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services (SCR), Specification compliance
>    Affects Versions: scr-1.2.0
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For:  scr-1.2.2
>
>
> According to secion 112.5.5, Factory Component, of the Declarative Services specification, component factory instances are never reactivated:
>         Once a component configuration created by the Component Factory has been
>         deactivated, that component configuration will not be reactivated or used again.
> Currently such instances are not really disposed off but just deactivated and may later be reactivated, which is wrong.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.