2 Replies Latest reply on Sep 20, 2006 5:20 PM by holmes.j

    RC9: @EJB Injection not working?

    alrubinger

      Just patched JBoss 4.0.4-GA to EJB3 RC9. With no code changes, redeployed my existing archives and have received deployment errors related to @EJB injections not populating instance variables as they once were.

      EJB A depends on EJB B (@Depends). EJB B is successfully deployed before EJB A, and appears in both JMX Console and JNDIView.

      EJB A also injects an instance of EJB B. This instance remains null in EJB A's JMX "start" method.

      Both EJBs are JBoss JMX @Service Beans.

      Anyone else seen this?

      S,
      ALR