0 Replies Latest reply on Mar 27, 2012 3:49 AM by angel.ivanov

    JSF 1.2 & JBoss7.1 EJB injection not working

    angel.ivanov

      @EJB dependency injection does not work in managed beans (JSF1.2) over JBoss 7.1.

      In existing application, which works perfectly in JBoss5.1 I update web.xml like including:


      <context-param>


      <param-name>org.jboss.jbossfaces.JSF_CONFIG_NAME</param-name>


      <param-value>Mojarra-1.2</param-value>

      </context-param>

       

      Is there something that must be configured or it is known issue?