You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Clement Escoffier (JIRA)" <ji...@apache.org> on 2008/07/03 16:16:45 UTC

[jira] Created: (FELIX-621) Instances not disposed when instances creation failed

Instances not disposed when instances creation failed
-----------------------------------------------------

                 Key: FELIX-621
                 URL: https://issues.apache.org/jira/browse/FELIX-621
             Project: Felix
          Issue Type: Bug
          Components: iPOJO
    Affects Versions: iPOJO-0.8.0
            Reporter: Clement Escoffier
            Assignee: Clement Escoffier
            Priority: Minor


When the instance creation failed, the instance itself is not disposed. Moreover, handler attached on this instance are not disposed too.
Furthermore as the instance cannot start, this instance is not returned to creator who can't dispose it.

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


[jira] Resolved: (FELIX-621) Instances not disposed when instances creation failed

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

Clement Escoffier resolved FELIX-621.
-------------------------------------

    Resolution: Fixed

Catch configuration and starting exceptions to manage instance destruction. So, the instance is now disposed when the creation failed. Moreover, attached handlers are also disposed.

> Instances not disposed when instances creation failed
> -----------------------------------------------------
>
>                 Key: FELIX-621
>                 URL: https://issues.apache.org/jira/browse/FELIX-621
>             Project: Felix
>          Issue Type: Bug
>          Components: iPOJO
>    Affects Versions: iPOJO-0.8.0
>            Reporter: Clement Escoffier
>            Assignee: Clement Escoffier
>            Priority: Minor
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> When the instance creation failed, the instance itself is not disposed. Moreover, handler attached on this instance are not disposed too.
> Furthermore as the instance cannot start, this instance is not returned to creator who can't dispose it.

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