- 
        1. Re: EVENT_LOGIN_SUCCESSFUL handled twiceshane.bryzak Feb 3, 2008 6:50 PM (in response to joeyxxx)The event is only being raised once, however it seems that there is a bug that registers the overridden observer as well as your new observer. I've raised this issue in JIRA: 
 http://jira.jboss.org/jira/browse/JBSEAM-2571
- 
        2. Re: EVENT_LOGIN_SUCCESSFUL handled twicejoeyxxx Feb 3, 2008 7:17 PM (in response to joeyxxx)Thanks Shane. 
 I'm a bit confused here. Why is my overridden method invoked twice? If the addLogin.. in the super class is registered in addition to my overridden addLogin.., I would expect one invocation in the super class and another in the sub class.
 I'm I missing something?
- 
        3. Re: EVENT_LOGIN_SUCCESSFUL handled twiceshane.bryzak Feb 3, 2008 8:02 PM (in response to joeyxxx)Because the event bus is calling a component method, and as your class is "the" org.jboss.seam.security.facesSecurityEvents, then it's the one that gets invoked. 
- 
        4. Re: EVENT_LOGIN_SUCCESSFUL handled twicejoeyxxx Feb 3, 2008 10:31 PM (in response to joeyxxx)Thanks again. Makes sense. 
- 
        5. Re: EVENT_LOGIN_SUCCESSFUL handled twicesebastiendeg Feb 10, 2008 3:38 PM (in response to joeyxxx)This issue has been solved ! 
- 
        6. Re: EVENT_LOGIN_SUCCESSFUL handled twicejoeyxxx Feb 10, 2008 4:06 PM (in response to joeyxxx)Thanks. Which revision is it? 
- 
        7. Re: EVENT_LOGIN_SUCCESSFUL handled twiceshane.bryzak Feb 10, 2008 7:02 PM (in response to joeyxxx)It's fixed in latest SVN. 
 
     
    