[webbeans-issues] [JBoss JIRA] Created: (WBRI-296) Decorators are resolved as matching beans for injection points

David Allen (JIRA) jira-events at lists.jboss.org
Fri Jul 24 09:35:29 EDT 2009


Decorators are resolved as matching beans for injection points
--------------------------------------------------------------

                 Key: WBRI-296
                 URL: https://jira.jboss.org/jira/browse/WBRI-296
             Project: Web Beans
          Issue Type: Bug
          Components: Interceptors and Decorators
            Reporter: David Allen


When resolving beans that are eligible for injection to an injection point, the container identifies the set of matching beans 
which are not interceptors or decorators ...

Currently the example in section 8.1.2 produces a decorator bean and a simple bean both of which are resolved for any injection point of the interface type:  @Current Logger logger;

The decorator should not be in the set of matching beans.

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