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 2009/12/26 19:20:34 UTC

[jira] Resolved: (FELIX-1426) Service injection with Dynamic Proxies

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

Clement Escoffier resolved FELIX-1426.
--------------------------------------

    Resolution: Fixed
      Assignee: Clement Escoffier

Fix at revision 894012.
Provides a way to also inject dynamic proxy for scalar dependencies.
The ipojo.dependency.proxy.type property allows to set which kind of proxy is supported. By default, it used smart (bytecode) proxies. However some VM will not support such mechanisms. That's why, this property set to 'dynamic-proxy' allows injecting Java dynamic proxy (slower). This does not affect aggregate dependencies.


> Service injection with Dynamic Proxies
> --------------------------------------
>
>                 Key: FELIX-1426
>                 URL: https://issues.apache.org/jira/browse/FELIX-1426
>             Project: Felix
>          Issue Type: Improvement
>          Components: iPOJO
>    Affects Versions: iPOJO-1.4.0
>            Reporter: Clement Escoffier
>            Assignee: Clement Escoffier
>             Fix For: iPOJO-1.6.0
>
>
> Allows the service dependency handler to inject dynamic proxies.
> Such injection is compatible with constructor injection.
> Such injection will also handle synchronization transparently.

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