[jboss-jira] [JBoss JIRA] Issue Comment Edited: (EJBTHREE-1828) Deprecated usage of runtime components during dependency resolve

Carlo de Wolf (JIRA) jira-events at lists.jboss.org
Wed Jan 26 05:11:50 EST 2011


    [ https://issues.jboss.org/browse/EJBTHREE-1828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12577922#comment-12577922 ] 

Carlo de Wolf edited comment on EJBTHREE-1828 at 1/26/11 5:11 AM:
------------------------------------------------------------------

Dependencies must never be resolved using runtime components, because these components form part of the dependency chain. The dependency chain should be setup before any runtime components are installed. This is taken care of by EjbReferenceResolver. However the EjbReferenceResolver might not have been injected yet by MC.
In essence it forms a chicken/egg scenario. The handlers will at that point revert back to their legacy behavior and try to resolve that way emitting a warning in the progress. This warning can safely be ignored.

      was (Author: wolfc):
    Dependencies must never be resolved using runtime components, because these components form part of the dependency chain. The dependency chain should be setup before any runtime components are installed. This is taken care of by EjbReferenceResolver. However the EjbReferenceResolver might not have been injected yet by MC.
In essence it forms a chicken/egg scenario. The handlers will at that point revert back to their legacy behavior and try to resolve that way.
  
> Deprecated usage of runtime components during dependency resolve
> ----------------------------------------------------------------
>
>                 Key: EJBTHREE-1828
>                 URL: https://issues.jboss.org/browse/EJBTHREE-1828
>             Project: EJB 3.0
>          Issue Type: Task
>          Components: core
>            Reporter: Carlo de Wolf
>            Assignee: Carlo de Wolf
>             Fix For: 1.1.6
>
>


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

        


More information about the jboss-jira mailing list