|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ weld-issues mailing list [email protected] https://lists.jboss.org/mailman/listinfo/weld-issues

If we fire the the @Destroyed(ApplicationScoped.class) event once the application scope has been destroyed then the only observer methods that would be able to observe the event are:
1) Static observer methods
2) Observer methods on extensions
Given the wording of the spec it seems that we'll have to implement it that way, though.