-
Bug
-
Resolution: Done
-
Major
-
7.1.2.Final (EAP)
-
None
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.