[ 
https://issues.apache.org/jira/browse/DELTASPIKE-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17868469#comment-17868469
 ] 

Thomas Andraschko commented on DELTASPIKE-1476:
-----------------------------------------------

could you please provide a PR?

> 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
>
> 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)

Reply via email to