[cdi-dev] [JBoss JIRA] (CDI-77) Clarify what happens when the user creates a unbound recursive injection with Dependent scoped beans

Antoine Sabot-Durand (JIRA) jira-events at lists.jboss.org
Fri Dec 6 03:50:06 EST 2013


     [ https://issues.jboss.org/browse/CDI-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Sabot-Durand closed CDI-77.
-----------------------------------

    Resolution: Rejected


This task was examined during 12/02/2013 EG meeting (Hangout).
The specification already specify that container doesn't have to support circular chains of dependencies on pseudo-scope's only beans (Last sentence of Chapter 5 introduction).
So this issue is already answered. The answer is "unpredictable result since container doesn't  have to support this kind of circular dep"
                
> 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
>             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: http://www.atlassian.com/software/jira


More information about the cdi-dev mailing list