Documentation for reloading Struts XML is incorrect
---------------------------------------------------
Key: WW-3252
URL: https://issues.apache.org/struts/browse/WW-3252
Project: Struts 2
Issue Type: Bug
Components: Documentation
Affects Versions: 2.1.6, 2.0.14
Environment: N/A
Reporter: Lee Clemens
Priority: Minor
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)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|