AnnotatedTypes added with BeforeBeanDiscovery.addAnnotatedType method are
ignored
---------------------------------------------------------------------------------
Key: OWB-489
URL: https://issues.apache.org/jira/browse/OWB-489
Project: OpenWebBeans
Issue Type: Bug
Components: Events
Affects Versions: 1.0.0
Environment: SE Standalone
Reporter: Aaron Anderson
Assignee: Gurkan Erdogdu
Priority: Minor
In section 11.5.1. of JSR 299 it states:
addAnnotatedType() adds a given AnnotatedType to the set of types which will be
scanned during bean discovery.
However the addAdditionalAnnotatedType method of the BeanManagerImpl
(https://svn.apache.org/repos/asf/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/container/BeanManagerImpl.java)
simply adds the types to a private list and the values are never acted upon.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.