[ 
https://issues.apache.org/jira/browse/FELIX-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794640#action_12794640
 ] 

Clement Escoffier edited comment on FELIX-1426 at 12/26/09 6:22 PM:
--------------------------------------------------------------------

Fix at revision 894012.
Provides a way to also inject dynamic proxy for scalar dependencies.
The ipojo.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.


      was (Author: 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.

Reply via email to