[webbeans-issues] [JBoss JIRA] Updated: (WBRI-186) generci type member injection

Takeshi Kondo (JIRA) jira-events at lists.jboss.org
Sun Mar 15 11:19:22 EDT 2009


     [ https://jira.jboss.org/jira/browse/WBRI-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Takeshi Kondo updated WBRI-186:
-------------------------------

    Attachment: parameterized_member_injection.patch


> generci type member injection
> -----------------------------
>
>                 Key: WBRI-186
>                 URL: https://jira.jboss.org/jira/browse/WBRI-186
>             Project: Web Beans
>          Issue Type: Bug
>          Components: Simple Beans
>    Affects Versions: 1.0.0.BETA1
>            Reporter: Takeshi Kondo
>            Assignee: Nicklas Karlsson
>         Attachments: parameterized_member_injection.patch
>
>
> public class ParameterizedListInjection
> {
>    @Current
>    private List<String> fieldInjection;
> -------
> this generic type field injection, 
> I supposed that injected instance is "manager.getInstanceByType(new TypeLiteral<List<String>>(){});",
> but actual injected instanec is "manager.getInstanceByType(List.class);"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the weld-issues mailing list