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 2012/07/05 11:05:35 UTC

[jira] [Resolved] (FELIX-3576) iPOJO fails when using constructor injection and expecting BundleContext in ctor

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

Clement Escoffier resolved FELIX-3576.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: ipojo-core-1.8.4

Last bit:

When we compute the methodID for constructors, we must skip the InstanceManager.
                
> iPOJO fails when using constructor injection and expecting BundleContext in ctor
> --------------------------------------------------------------------------------
>
>                 Key: FELIX-3576
>                 URL: https://issues.apache.org/jira/browse/FELIX-3576
>             Project: Felix
>          Issue Type: Bug
>          Components: iPOJO
>    Affects Versions: ipojo-core-1.8.2
>            Reporter: Daan de Wit
>            Assignee: Göktürk Gezer
>             Fix For: ipojo-core-1.8.4
>
>
> When using constructor inject, and also expecting BundleContext to be passed into the constructor, iPOJO gives and error: The constructor parameter 0 is not managed
> The constructor is defined as something like this:
> public Constructor(BundleContext context, @Requires(id="my-id") Dependency1 dep) { /* ... */ }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira