-
Bug
-
Resolution: Done
-
Major
-
EAP 5.0.0.BETA
-
None
-
Workaround Exists
-
I have two @Service jars, service "A" and "B" where "B" injects an instance of "A" using the @EJB annotation with a mappedName attribute set to the default jndi location of A ("EJBTestAService/local" in the example provided.) When deployed, they work fine. But, if "A" is redeployed, access to "B" fails due to a NullPointerException, the reference to "A" is null. See EJBTHREE-1889 for code to reproduce.
- incorporates
-
EJBTHREE-1889 @EJB injection into @Service bean leads to NullPointerException when injected bean is redepolyed
- Resolved
- is blocked by
-
JBPAPP-3161 Upgrade EJB3 to 1.1.22
- Closed