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
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968732#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...