[weld-issues] [JBoss JIRA] Updated: (CDI-77) Clarify what happens when the user creates a unbound recursive injection with Dependent scoped beans@

Pete Muir (JIRA) jira-events at lists.jboss.org
Wed Jan 26 07:59:49 EST 2011


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

Pete Muir updated CDI-77:
-------------------------

    Affects Version/s: 1.0


> 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: Bug
>    Affects Versions: 1.0
>            Reporter: Pete Muir
>
> for example
> class Foo {
> @Inject Bar bar;
> }
> class bar {
> @Inject Foo foo;
> }

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list