[webbeans-issues] [JBoss JIRA] Closed: (WBRI-192) parameterized type proxy

Nicklas Karlsson (JIRA) jira-events at lists.jboss.org
Wed Mar 18 16:38:22 EDT 2009


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

Nicklas Karlsson closed WBRI-192.
---------------------------------

    Resolution: Done


Applied. Thanks for the patch.

> parameterized type proxy
> ------------------------
>
>                 Key: WBRI-192
>                 URL: https://jira.jboss.org/jira/browse/WBRI-192
>             Project: Web Beans
>          Issue Type: Bug
>          Components: Contexts
>    Affects Versions: 1.0.0.BETA1
>            Reporter: Takeshi Kondo
>            Assignee: Nicklas Karlsson
>             Fix For: 1.0.0.PREVIEW
>
>         Attachments: paramerized_type_proxy.patch, test_code.patch
>
>
>    @RequestScoped
>    @Produces
>    public List<String> create()
>    {
>       return Arrays.asList("iemon", "houjitya");
>    }
> ---
> This producer method causes exception,because Proxies  don't support ParameterizedType.

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