@Typed gets ignored if we use a AnnotatedType from an Extension @Observing
ProcessAnnotatedType
------------------------------------------------------------------------------------------------
Key: OWB-546
URL: https://issues.apache.org/jira/browse/OWB-546
Project: OpenWebBeans
Issue Type: Bug
Components: Core
Affects Versions: 1.0.0
Reporter: Mark Struberg
Assignee: Mark Struberg
Fix For: 1.1.0
Happens in 1.0.0 and in 1.1.0-SNAPSHOT.
If you use a portable Extension which provides information via @Observes
ProcessAnnotatedType pat ... pat.setAnnotatedType(WrappedAnnotatedType..)
then any available @Typed annotation on the class will not be used to determine
the typeClosured hierarchy. Instead of using solely the information of the
@Typed annotation, we currently always parse the Class hierarchy.
This leads to AmbigiousResolutionExceptions in some cases.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira