Re: [s2] Interceptor init() being called multiple times per hit

2006-10-29 Thread Mark Menard
On 10/29/06 4:21 PM, "Don Brown" <[EMAIL PROTECTED]> wrote: > Ok, I should have fixed the configuration files reloading too many > times. Unfortunately, if you use the action tag, they will still > reload, as that tag doesn't fully use the ActionContext instance from > the request (where the flag

Re: [s2] Interceptor init() being called multiple times per hit

2006-10-29 Thread Don Brown
Ok, I should have fixed the configuration files reloading too many times. Unfortunately, if you use the action tag, they will still reload, as that tag doesn't fully use the ActionContext instance from the request (where the flag to not reload is stored). If you can, check out trunk and ensure t

Re: [s2] Interceptor init() being called multiple times per hit

2006-10-29 Thread Mark Menard
On 10/29/06 11:45 AM, "Mark Menard" <[EMAIL PROTECTED]> wrote: > Here's the log output: > > 11:35:40,557 INFO [STDOUT] 11:35:40,557 INFO [XmlConfigurationProvider] > Parsing configuration file [struts-default.xml] > 11:35:40,664 INFO [STDOUT] 11:35:40,664 INFO [XmlConfigurationProvider] > Pars

Re: [s2] Interceptor init() being called multiple times per hit

2006-10-29 Thread Mark Menard
On 10/29/06 1:59 PM, "Don Brown" <[EMAIL PROTECTED]> wrote: > Well, first, what version of Struts 2 are you using? My guess is you are > using Struts 2.0.0, which contained a bug where the configuration would be > reloaded multiple times in a request. I'm using struts2-all-2.0.1.jar, which I dow

Re: [s2] Interceptor init() being called multiple times per hit

2006-10-29 Thread Don Brown
Well, first, what version of Struts 2 are you using? My guess is you are using Struts 2.0.0, which contained a bug where the configuration would be reloaded multiple times in a request. As for your question why various struts files are loaded, that is how the new plugin system works. First, str