[jboss-jira] [JBoss JIRA] (AS7-5564) @EJB doesn't work for JSF 1.2

Stan Silvert (JIRA) jira-events at lists.jboss.org
Fri Sep 14 19:31:32 EDT 2012


Stan Silvert created AS7-5564:
---------------------------------

             Summary: @EJB doesn't work for JSF 1.2
                 Key: AS7-5564
                 URL: https://issues.jboss.org/browse/AS7-5564
             Project: Application Server 7
          Issue Type: Bug
          Components: JSF
    Affects Versions: 7.1.2.Final (EAP)
            Reporter: Stan Silvert
            Assignee: Stan Silvert
             Fix For: 7.2.0.Alpha1


If you use the JSF 1.2 implementation that ships with AS, then if you use @EJB with JSF managed beans then the EJB will not be injected.  As a workaround you can get a reference via JNDI.

For the fix, we need to break out the injection classes into a separate module.  This way, we can make the JSFInjectionProvider link to the interface in the proper JSF impl.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list