[
https://issues.apache.org/jira/browse/OWB-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Bergmark updated OWB-143:
-----------------------------
Attachment: OWB143-2.txt
Attaching again, selected the wrong license previously.
> 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, OWB143-2.txt, OWB143-2.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.