RE: ConfigurationManager instance or how to reload configuration

2009-09-18 Thread Lee Clemens
P.S. Using Struts 2.1.6 -Original Message- From: Lee Clemens [mailto:l...@leeclemens.net] Sent: Thursday, September 17, 2009 10:24 PM To: 'Struts Users Mailing List' Subject: ConfigurationManager instance or how to reload configuration Hello, xwork2 does not seem to contai

ConfigurationManager instance or how to reload configuration

2009-09-18 Thread Lee Clemens
Hello, xwork2 does not seem to contain a static method for ConfigurationManager.destroyConfiguration(), which http://struts.apache.org/2.0.14/docs/how-can-we-force-the-action-mappings-st rutsxml-to-reload.html claims it does. Is there a way to obtain an instance of the ConfigurationManager class

RE: FW: ConfigurationManager instance or how to reload configuration

2009-09-17 Thread Lee Clemens
Perfect...could the Docs be updated? Or is that a JIRA reportable issue? -Original Message- From: Musachy Barroso [mailto:musa...@gmail.com] Sent: Friday, September 18, 2009 12:59 AM To: Struts Users Mailing List Subject: Re: FW: ConfigurationManager instance or how to reload

Re: FW: ConfigurationManager instance or how to reload configuration

2009-09-17 Thread Musachy Barroso
Dispatcher.getInstance().getConfigurationManager().reload(); On Thu, Sep 17, 2009 at 10:12 PM, Lee Clemens wrote: > Hello, > > xwork2 does not seem to contain a static method for > ConfigurationManager.destroyConfiguration(), which > http://struts.apache.org/2.0.14/docs/how-can-we-force-the-acti

FW: ConfigurationManager instance or how to reload configuration

2009-09-17 Thread Lee Clemens
Hello, xwork2 does not seem to contain a static method for ConfigurationManager.destroyConfiguration(), which http://struts.apache.org/2.0.14/docs/how-can-we-force-the-action-mappings-st rutsxml-to-reload.html claims it does. Is there a way to obtain an instance of the ConfigurationManager class