Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.0
-
None
-
None
-
Glassfish 4.0, Weld 2.0.0.SP1
Description
With the Weld implementation 2.0.0 and 2.0.5 CDI events with the reception condition IF_EXISTS won't get delivered although the bean exists.
private void onEventChangeReception(@Observes(notifyObserver = Reception.IF_EXISTS) ChangeEvent changeEvent){ eventStatusReception = "Event has been received"; }