Description
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.