]
Antoine Sabot-Durand updated CDI-61:
------------------------------------
Fix Version/s: 2.1 (Discussion)
(was: 2.0 (discussion))
Producers and beans that are under construction
-----------------------------------------------
Key: CDI-61
URL:
https://issues.jboss.org/browse/CDI-61
Project: CDI Specification Issues
Issue Type: Bug
Components: Beans
Affects Versions: 1.0
Reporter: Pete Muir
Fix For: 2.1 (Discussion)
I think we need the spec to say something about cases where an injection point of a bean
resolves to a producer method of the same bean. The implementation should detect that this
is a definition error. It shouldn't try to call a producer method on a
non-fully-initialized bean.