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