-
Bug
-
Resolution: Done
-
Major
-
7.0.z.GA
Having something like following:
public class TestPhaseListener implements PhaseListener{ @EJB TestEJB testEJB; .... }
result to null. Note that CDI injection works. Reading {{5.4.1
JSF Managed Classes and Java EE Annotations}} in JSF spec I think this should work as well.
- clones
-
WFLY-6617 Cannot inject session bean with @EJB to JSF PhaseListener
- Closed
- is cloned by
-
JBEAP-13838 (7.2.0)Cannot inject session bean with @EJB to JSF PhaseListener
- Pull Request Sent