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-1427) Service injection with Smart Proxies

Service injection with Smart Proxies
------------------------------------

                 Key: FELIX-1427
                 URL: https://issues.apache.org/jira/browse/FELIX-1427
             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] Updated: (FELIX-1427) Service injection with Smart Proxies

Posted by "Clement Escoffier (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clement Escoffier updated FELIX-1427:
-------------------------------------

    Description: 
Allows the service dependency handler to inject smart proxies like in the temporal dependency handler
Such injection is compatible with constructor injection.
Such injection will also handle synchronization transparently.
This must support the helper / delegation pattern in a consistent way and so will rely on ThreadLocals

  was:
Allows the service dependency handler to inject dynamic proxies.
Such injection is compatible with constructor injection.
Such injection will also handle synchronization transparently.


> Service injection with Smart Proxies
> ------------------------------------
>
>                 Key: FELIX-1427
>                 URL: https://issues.apache.org/jira/browse/FELIX-1427
>             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 smart proxies like in the temporal dependency handler
> Such injection is compatible with constructor injection.
> Such injection will also handle synchronization transparently.
> This must support the helper / delegation pattern in a consistent way and so will rely on ThreadLocals

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


[jira] Resolved: (FELIX-1427) Service injection with Smart Proxies

Posted by "Clement Escoffier (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clement Escoffier resolved FELIX-1427.
--------------------------------------

    Resolution: Fixed
      Assignee: Clement Escoffier

Resolved at revision 893960.
Field service injection receive can receive proxies.

> Service injection with Smart Proxies
> ------------------------------------
>
>                 Key: FELIX-1427
>                 URL: https://issues.apache.org/jira/browse/FELIX-1427
>             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 smart proxies like in the temporal dependency handler
> Such injection is compatible with constructor injection.
> Such injection will also handle synchronization transparently.
> This must support the helper / delegation pattern in a consistent way and so will rely on ThreadLocals

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