I have an app that will allow users to update validation.xml programatically. I then need to have the validatorFactory bean reload the validation.xml file so it knows of the changes in validation.
How would you go about doing this? I have the code working that modifies the validation.xml and if I stop and restart the app in Tomcat, it works fine with the new validation.
Thanks for the help.


Reply With Quote