You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Gurkan Erdogdu (JIRA)" <ji...@apache.org> on 2009/10/21 22:24:59 UTC

[jira] Closed: (OWB-143) Decorator matching looks for all bean qualifiers in the list of delegate qualifiers

     [ https://issues.apache.org/jira/browse/OWB-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gurkan Erdogdu closed OWB-143.
------------------------------

    Resolution: Fixed

> Decorator matching looks for all bean qualifiers in the list of delegate qualifiers
> -----------------------------------------------------------------------------------
>
>                 Key: OWB-143
>                 URL: https://issues.apache.org/jira/browse/OWB-143
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Interceptor and Decorators
>            Reporter: Joe Bergmark
>            Assignee: Gurkan Erdogdu
>             Fix For: M4
>
>         Attachments: OWB-143.txt, OWB-143.txt, OWB143-2.txt, OWB143-2.txt, OWB143-3.txt
>
>
> When attempting to match the decorator to a bean, the implementation appears to look for a match for all of the bean qualifiers in the delegate qualifier.  For example if there was a bean annotated with @Named and @RequestScope that implements InterfaceA, the delegate injection point right now would need to look like:
> @Delegate @Default @Any @Named InterfaceA a;
> In order for it to match.
> Currently it does not match parameterized types either.

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