]
Antoine Sabot-Durand updated CDI-77:
------------------------------------
Labels: 12-02-13-EGM cdi-1.1-mr (was: cdi-1.1-mr)
Clarify what happens when the user creates a unbound recursive
injection with Dependent scoped beans
----------------------------------------------------------------------------------------------------
Key: CDI-77
URL:
https://issues.jboss.org/browse/CDI-77
Project: CDI Specification Issues
Issue Type: Clarification
Components: Resolution
Affects Versions: 1.0
Reporter: Pete Muir
Assignee: Pete Muir
Labels: 12-02-13-EGM, cdi-1.1-mr
Fix For: TBD
for example
class Foo {
@Inject Bar bar;
}
class bar {
@Inject Foo foo;
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: