-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.14, 2.1.6
-
Fix Version/s: 2.1.8
-
Component/s: Documentation
-
Labels:None
-
Environment:
N/A
Regarding (and possibly all other Struts 2 versions):
http://struts.apache.org/2.0.14/docs/how-can-we-force-the-action-mappings-strutsxml-to-reload.html
and
http://struts.apache.org/2.1.6/docs/how-can-we-force-the-action-mappings-strutsxml-to-reload.html
Issue:
com.opensymphony.xwork.config.ConfigurationManager.destroyConfiguration() is not a static method.
This should be updated to Dispatcher.getInstance().getConfigurationManager().reload();
(Thanks to Musachy Barroso on user@struts.apache.org 9/18/2009 ~12:59 AM EDT)