4 Replies Latest reply on Sep 17, 2012 5:50 PM by dajo20034

    @EJB injection not working on managed beans but in Servlets

    dajo20034

      Hi,

       

      I've been trying to migrate a jboss 6 app to jboss 7.1.1 and everything is fine except for the fact that the injections of EJB via @EJB is not working on my managed beans but it is working perfectly on servlets of the same app. What can cause this behavior? Im using jsf 2.1, Mojarra 2.1.7, jboss 7.1.1 and the standalone-full.xml to start the server.

       

      PLS HELP