Re: JAAS not working

2009-05-12 Thread Dan C.
gestion. For example would it be feasible to port FilterDispatcher to a servlet? Dan C. wrote: > > Hi, I have an application we migrated to struts 2. We originally had > oracle OAM for authentication but now we are going back to JAAS. We used > JAAS on struts 1 and it work fine. I've added e

JAAS not working

2009-05-11 Thread Dan C.
Hi, I have an application we migrated to struts 2. We originally had oracle OAM for authentication but now we are going back to JAAS. We used JAAS on struts 1 and it work fine. I've added everything I need to in the web.xml but anytime I use a link that requires authentication I get a blank page a

@Result annotation not working

2008-10-14 Thread Dan C.
Hi, I have an app built on struts 2.0.11.2, Tiles 2.0.6 and spring 2.5.5. Everything is currently configured with xml. I wanted to start moving as much as I could to zero configuration. The result annotations do not seem to get recognized. I did a simple change to 1 class to see if it works and he