4 Replies Latest reply on Nov 5, 2012 5:33 AM by jharting

    Conditional Observer and different scopes

    riboriori

      Hi all, i have two beans: the first (say BeanA) SessionScoped that fire an event and the second one (say BeanB) CustomScope (a scope written by me).

      In BeanB there is a conditional observer that listen for event fired from BeanA.

      The problem is that when BeanA fire event, BeanB's conditional observer does not capture that event.

      Is this behavior by design? is yes, there is a work-around?

      Bset regards