Seems we might be able to replace
try {
clearMap(ResourceBundle.class, null, "cacheList");
} catch (NoSuchFieldException e) {
// happens in IBM JVM, that has a different
ResourceBundle impl
// it has a 'cache' member
clearMap(ResourceBundle.class, null, "cache");
}
with
ResourceBundle.clearCache();
Initial testing seems to work, with no error, but not sure exactly what
its doing???
On 01/12/2020 14:48, Lukasz Lenart wrote:
wt., 1 gru 2020 o 10:49 Greg Huber <gregh3...@gmail.com> napisał(a):
yes, ...dev box testing
Although warning is only issued once.
So either we can ignore the issue for now or remove that code - it
won't work either as this requires to build and copy new classes/files
into Tomcat's web folder.
There are some other (and better) options how to achieve the same
https://www.mulesoft.com/tcat/tomcat-reload
Regards
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org