[ https://issues.apache.org/jira/browse/DELTASPIKE-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17868477#comment-17868477 ]
ASF subversion and git services commented on DELTASPIKE-1476: ------------------------------------------------------------- Commit 12b21790c7e700e56cd087d09effd02dad4a18a4 in deltaspike's branch refs/heads/master from Vladimir Dvorak [ https://gitbox.apache.org/repos/asf?p=deltaspike.git;h=12b21790c ] DELTASPIKE-1476: @Destroyed qualifier for destroyedEvent > Destroy of RequestScoped not fired by JsfRequestBroadcaster > ----------------------------------------------------------- > > Key: DELTASPIKE-1476 > URL: https://issues.apache.org/jira/browse/DELTASPIKE-1476 > Project: DeltaSpike > Issue Type: Bug > Security Level: public(Regular issues) > Components: JSF-Module > Affects Versions: 2.0.0 > Reporter: Vladimir Dvorak > Priority: Major > Time Spent: 20m > Remaining Estimate: 0h > > destroyedEvent is not called due wrong annotation in destroyedEvent (should > be @Destroyed not @Initialized) : > > @ApplicationScoped > public class JsfRequestBroadcaster implements Deactivatable > { > @Inject @Initialized(RequestScoped.class) private Event<FacesContext> > initEvent; > @Inject @Initialized(RequestScoped.class) private Event<FacesContext> > destroyedEvent; -- This message was sent by Atlassian Jira (v8.20.10#820010)