[weld-issues] [JBoss JIRA] Commented: (WELD-482) CreationalContext not passed through all phases of bean creation

David Allen (JIRA) jira-events at lists.jboss.org
Sat Apr 10 08:55:37 EDT 2010


    [ https://jira.jboss.org/jira/browse/WELD-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12525014#action_12525014 ] 

David Allen commented on WELD-482:
----------------------------------

This issue has been solved by changing the code that currently is in ClientProxyMethodHandler.  It was not properly stacking the CreationalContexts through multiple invocations.

This will be checked in with the new proxy code.  This specific fix will appear in ContextBeanInstance used by the new proxies.

> CreationalContext not passed through all phases of bean creation
> ----------------------------------------------------------------
>
>                 Key: WELD-482
>                 URL: https://jira.jboss.org/jira/browse/WELD-482
>             Project: Weld
>          Issue Type: Bug
>          Components: Scopes & Contexts
>            Reporter: David Allen
>            Assignee: David Allen
>             Fix For: 1.0.2.CR1
>
>
> The CreationalContext is not passed through to the creation of nested bean instances in all circumstances.  This is causing incomplete bean instances to be re-created many times when there is a circular reference chain from an injected bean instance back to one of the beans already being created.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list