It is possible to configure XWork2 to keeps reloading its configuration files (eg. xwork.xml, *-conversion.xml, *-validation.xml). This is done as follows:

FileManager.setReloadingConfigs(true)

Configuration reloading by default is "off".

Obviously, this feature does not come for free. It will cause your application to run considerably slower.