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 2007/06/29 16:01:04 UTC

[jira] Resolved: (FELIX-315) Method from parent classes invocation in lifecycle callbacks

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

Clement Escoffier resolved FELIX-315.
-------------------------------------

    Resolution: Fixed

Commit the modification. It is now possible to invoke private, protected and public methods from the POJO class and public methods from parent classes as a lifecycle callback.

> Method from parent classes invocation in lifecycle callbacks 
> -------------------------------------------------------------
>
>                 Key: FELIX-315
>                 URL: https://issues.apache.org/jira/browse/FELIX-315
>             Project: Felix
>          Issue Type: Improvement
>          Components: iPOJO
>            Reporter: Clement Escoffier
>
> iPOJO lifecycle callbacks does not support the invocation of method from a parent class. This is due to the used of getDeclaredMethods instead of getMethods.

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