0 Replies Latest reply on Aug 31, 2006 2:41 PM by ve_rao

    LoggedInInterceptor not working as expected ?

    ve_rao

      I am using the LoggedInInterceptor in my application (taken from Seam Booking example) and annotated all my session beans with @LoggedIn. My expectation was that if I try to access any page in my application without logging in, that it would simply take me to the login page. However, my methods are being invoked, which is resulting in NullPointerExceptions.

      How can I prevent this? How can I simply go to the login page if any page in my application is accessed?

      Thanks,
      -- venkat