[jboss-user] [JBoss Seam] - Re: Authenticate every request

2007-12-07 Thread renspr
Hi again, after some tests, I have a solution using Seam interceptors as explained in the reference documentation. Best regards, René View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111325#4111325 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Authenticate every request

2007-12-07 Thread renspr
Hi, I setup a new project using Seam 2.0.0.GA. On every Seam page request I need to autenticate the user against a proprietary system. I created an 'authenticator' component, and set 'authenticate-every-request' to 'true'. | | My authenticate() method is NOT called on every page request