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 downloaded about a week ago. I'm
trying to track just behind the bleeding edge on s2.

> As for your question why various struts files are loaded, that is how the new
> plugin system works.  First, struts-default.xml, in the Struts jar, is loaded.
> Then, all struts-plugin.xml files are loaded from the plugin jars. Finally,
> struts.xml is loaded for your application.

I understood the struts-default.xml, struts-plugin.xml, struts.xml process,
but didn't think they needed to be read over and over again. Do you think
the multiple initing of the Interceptor is due to the reload of the xml
files?

Thank, especially for replying on a Sunday,

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to