You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Jonathan Bardin (JIRA)" <ji...@apache.org> on 2010/02/08 13:06:27 UTC

[jira] Created: (FELIX-2052) Handler require callback are not called if the service (required) is registered before the instance of the handler has been started.

Handler require callback are not called if the service (required) is registered before the instance of the handler has been started.
------------------------------------------------------------------------------------------------------------------------------------

                 Key: FELIX-2052
                 URL: https://issues.apache.org/jira/browse/FELIX-2052
             Project: Felix
          Issue Type: Bug
          Components: iPOJO
    Affects Versions: iPOJO-1.4.0
         Environment: java 1.6, felix 2.0
            Reporter: Jonathan Bardin


Handler require callback are not called if the service (required) is registered before the instance of the handler has been started.

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


[jira] Assigned: (FELIX-2052) Handler require callback are not called if the service (required) is registered before the instance of the handler has been started.

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

Clement Escoffier reassigned FELIX-2052:
----------------------------------------

    Assignee: Clement Escoffier

> Handler require callback are not called if the service (required) is registered before the instance of the handler has been started.
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-2052
>                 URL: https://issues.apache.org/jira/browse/FELIX-2052
>             Project: Felix
>          Issue Type: Bug
>          Components: iPOJO
>    Affects Versions: iPOJO-1.4.0
>         Environment: java 1.6, felix 2.0
>            Reporter: Jonathan Bardin
>            Assignee: Clement Escoffier
>         Attachments: test.tar.gz
>
>
> Handler require callback are not called if the service (required) is registered before the instance of the handler has been started.

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


[jira] Resolved: (FELIX-2052) Handler require callback are not called if the service (required) is registered before the instance of the handler has been started.

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

Clement Escoffier resolved FELIX-2052.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: iPOJO-1.6.0

Fixed in the trunk.

As handler object are created before attached handlers are started, the onCreation method was never called. This is fixed now as the method is called during the starting process.

> Handler require callback are not called if the service (required) is registered before the instance of the handler has been started.
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-2052
>                 URL: https://issues.apache.org/jira/browse/FELIX-2052
>             Project: Felix
>          Issue Type: Bug
>          Components: iPOJO
>    Affects Versions: iPOJO-1.4.0
>         Environment: java 1.6, felix 2.0
>            Reporter: Jonathan Bardin
>            Assignee: Clement Escoffier
>             Fix For: iPOJO-1.6.0
>
>         Attachments: test.tar.gz
>
>
> Handler require callback are not called if the service (required) is registered before the instance of the handler has been started.

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