Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-3834

Injecting @EJB causes EJBTHREE-1828 WARN

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • EAP_EWP 5.3.0.ER1
    • EAP 5.0.0
    • EJB
    • None
    • Release Notes
    • Hide
      Injecting an EJB into a session bean, which in turn called another EJB resulted in the message <computeroutput>WARN class=org.jboss.injection.EJBRemoteHandler
      EJBTHREE-1828: EJBInjectionContainer jboss.j2ee:jar=simple-ejbs-6.0.1.0-SNAPSHOT.jar,name=SlsbTestWSBean,service=EJB3 is unconfigured, using legacy resolve</computerourput>. The cause of the issue was that EjbReferenceResolver could not resolve service bean references so instead it fell back to using the legacy resolver. To resolve this issue the Ejb3Deployer method has been enhanced to inject an EjbReferenceResolver into an Ejb3Deployment.
      Show
      Injecting an EJB into a session bean, which in turn called another EJB resulted in the message <computeroutput>WARN class=org.jboss.injection.EJBRemoteHandler EJBTHREE-1828 : EJBInjectionContainer jboss.j2ee:jar=simple-ejbs-6.0.1.0-SNAPSHOT.jar,name=SlsbTestWSBean,service=EJB3 is unconfigured, using legacy resolve</computerourput>. The cause of the issue was that EjbReferenceResolver could not resolve service bean references so instead it fell back to using the legacy resolver. To resolve this issue the Ejb3Deployer method has been enhanced to inject an EjbReferenceResolver into an Ejb3Deployment.
    • Needs More Info
    • NEW

      Injecting @EJB in a session bean, calling another EJB causes an EJBTHREE-1828 warning:
      WARN class=org.jboss.injection.EJBRemoteHandler
      EJBTHREE-1828: EJBInjectionContainer jboss.j2ee:jar=simple-ejbs-6.0.1.0-SNAPSHOT.jar,name=SlsbTestWSBean,service=EJB3 is unconfigured, using legacy resolve

            rhn-engineering-cdewolf Carlo de Wolf
            rhn-support-dchia David Chia (Inactive)
            Russell Dickenson Russell Dickenson (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: