[
https://issues.apache.org/jira/browse/DELTASPIKE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gerhard Petracek reopened DELTASPIKE-818:
-----------------------------------------
> CDI Events with reception condition in WindowScoped beans
> ---------------------------------------------------------
>
> Key: DELTASPIKE-818
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-818
> Project: DeltaSpike
> Issue Type: Bug
> Affects Versions: 1.1.0
> Environment: Glassfish 4.0, Weld 2.0.0.SP1
> Reporter: Niklas Liechti
> Attachments: deltaTest.war, src.zip
>
>
> 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.
> {code:java}
> private void onEventChangeReception(@Observes(notifyObserver =
> Reception.IF_EXISTS) ChangeEvent changeEvent){
> eventStatusReception = "Event has been received";
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)