Mark Struberg created OWB-1373:
----------------------------------
Summary: EventImpl does not resolve Observers properly when
running with ParentBM setup
Key: OWB-1373
URL: https://issues.apache.org/jira/browse/OWB-1373
Project: OpenWebBeans
Issue Type: Bug
Components: Events
Affects Versions: 2.0.21
Reporter: Mark Struberg
Assignee: Mark Struberg
Fix For: 2.0.22
EventImpl now caches the resolved ObserverMethods. That's great. But it now
uses the NotificationManager directly to resolve those. This works perfectly
fine in most standard scenarios. But it does not notify Observers from the
Parent BeanManager in an EAR setup because the NotificationManager only handles
the 'local' Observers in the WAR.
The obvious solution is to use {{BeanManager#resolveObserverMethods}} instead.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)