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/07/30 09:19:15 UTC

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

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
             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.


[jira] Issue Comment Edited: (FELIX-1426) Service injection with Dynamic Proxies

Posted by "Clement Escoffier (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Clement Escoffier (JIRA)" <ji...@apache.org>.
     [ 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.