Re: [appfuse-user] Exception starting filter securityFilter

2007-09-27 Thread salem_l
It solves loading issues in Weblogic, I've also tested it with Websphere and there's no pb. mraible wrote: > > Sanjiv - do you think using init=lazy is a good default setting? I > haven't seen this issue before, but I don't use WebLogic much these > days. If adding lazy doesn't cause any issue

Re: [appfuse-user] Exception starting filter securityFilter

2007-09-26 Thread Matt Raible
Sanjiv - do you think using init=lazy is a good default setting? I haven't seen this issue before, but I don't use WebLogic much these days. If adding lazy doesn't cause any issues with other containers, I don't see the harm in adding it. Matt On 9/26/07, salem_l <[EMAIL PROTECTED]> wrote: > > Th

Re: [appfuse-user] Exception starting filter securityFilter

2007-09-26 Thread salem_l
Thanks for the advise to add a lazy parameter on security filter, I have searching for a solution during many days, but now it works very well!! :jumping: Sanjiv Jivan wrote: > > Try adding the init param "lazy" to the securityFilter and maybe you'll > see > a better error message. You normall

Re: [appfuse-user] Exception starting filter securityFilter

2007-09-26 Thread salem_l
Thanks for the advise to add a lazy parameter on security filter, I have searching for a solution during many days, but now it works very well!! :jumping: Minhas, Manpreet wrote: > > Every time I start my tomcat server I get the following exception. I > have no idea why I am getting this exce