Arne Limburg created OWB-1387:
---------------------------------
Summary: @Destroyed(ApplicationScoped.class) not thrown when
@Destroyed(RequestScoped.class) exists
Key: OWB-1387
URL: https://issues.apache.org/jira/browse/OWB-1387
Project: OpenWebBeans
Issue Type: Bug
Components: Context and Scopes
Affects Versions: 2.0.23
Reporter: Arne Limburg
Assignee: Arne Limburg
Fix For: 2.0.24
During shutdown we try to throw @Destroyed(RequestScoped.class) and
@Destroyed(SessionScoped.class) even if they are not active. That leads to an
exception when an observer exists which in turn prevents
@Destroyed(ApplicationScoped.class) to be thrown.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)