[ https://issues.apache.org/jira/browse/DELTASPIKE-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17868478#comment-17868478 ]
ASF subversion and git services commented on DELTASPIKE-1476: ------------------------------------------------------------- Commit f67d5100dc7031f559a2ece19c2f3182d088cee3 in deltaspike's branch refs/heads/master from Thomas Andraschko [ https://gitbox.apache.org/repos/asf?p=deltaspike.git;h=f67d5100d ] Merge pull request #161 from skybber/master 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)