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/05/14 21:08:55 UTC

[jira] Created: (FELIX-557) Factories still living when a primitive component does not have its manipulation metadata

Factories still living when a primitive component does not have its manipulation metadata
-----------------------------------------------------------------------------------------

                 Key: FELIX-557
                 URL: https://issues.apache.org/jira/browse/FELIX-557
             Project: Felix
          Issue Type: Bug
          Components: iPOJO
            Reporter: Clement Escoffier
            Assignee: Clement Escoffier


When a primitive component does not have correct manipulation metadata (not component type metadata), the factory returns systematically an error but the factory stills living and stills accessible as a service.


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


[jira] Updated: (FELIX-557) Factories still living when a primitive component does not have its manipulation metadata

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

Clement Escoffier updated FELIX-557:
------------------------------------

    Affects Version/s: iPOJO-0.8.0

> Factories still living when a primitive component does not have its manipulation metadata
> -----------------------------------------------------------------------------------------
>
>                 Key: FELIX-557
>                 URL: https://issues.apache.org/jira/browse/FELIX-557
>             Project: Felix
>          Issue Type: Bug
>          Components: iPOJO
>    Affects Versions: iPOJO-0.8.0
>            Reporter: Clement Escoffier
>            Assignee: Clement Escoffier
>             Fix For: iPOJO-1.0.0
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> When a primitive component does not have correct manipulation metadata (not component type metadata), the factory returns systematically an error but the factory stills living and stills accessible as a service.

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


[jira] Resolved: (FELIX-557) Factories still living when a primitive component does not have its manipulation metadata

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

Clement Escoffier resolved FELIX-557.
-------------------------------------

    Resolution: Fixed

Fixed in the revision 656371.
The fix just creates the ManipulationMetadata object during the initialization of the factory instead of when they are used for the first time. So, iPOJO can catch if an exception occurs and stops the factory before the creation of the first instance.

> Factories still living when a primitive component does not have its manipulation metadata
> -----------------------------------------------------------------------------------------
>
>                 Key: FELIX-557
>                 URL: https://issues.apache.org/jira/browse/FELIX-557
>             Project: Felix
>          Issue Type: Bug
>          Components: iPOJO
>            Reporter: Clement Escoffier
>            Assignee: Clement Escoffier
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> When a primitive component does not have correct manipulation metadata (not component type metadata), the factory returns systematically an error but the factory stills living and stills accessible as a service.

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