1 Reply Latest reply on Aug 5, 2008 9:24 PM by pmuir

    How to raise an Application-wide event

    skot

      How can I raise an application-wide event that is observed by @Observer methods in all sessions?


      The idea is, an admin user logs in and makes a change to the application state. I want to raise an event so that all logged-in users are aware of this change when it happens.


      I tried raising the event from an application-scoped bean, but the event still seems scoped to the session. Only the admin user's @Observer method catches it.