-
Bug
-
Resolution: Done
-
Major
-
3.0.0.Final
-
None
-
None
According to cdi-spec Bean Discovery, for each producer of each enabled bean, the container must
1. fire an event of type ProcessInjectionPoint for each injection point
2. fire an event of type ProcessProducer
3. ProcessBeanAttributes
4. ProcessBean
However, the ProcessProducer event is happening after the ProcessBeanAttributes events.