Re: java 11 error

2020-12-01 Thread Greg Huber
AbstractLocalizedTextProvider clearMap(ResourceBundle.class, null, "cacheList"); private void clearMap(Class cl, Object obj, String name)     throws NoSuchFieldException, IllegalAccessException, NoSuchMethodException, InvocationTargetException {     Field field = cl.getDeclaredFi

Re: java 11 error

2020-12-01 Thread Lukasz Lenart
wt., 1 gru 2020 o 09:02 Greg Huber napisał(a): > > AbstractLocalizedTextProvider > > > clearMap(ResourceBundle.class, null, "cacheList"); > > private void clearMap(Class cl, Object obj, String name) > throws NoSuchFieldException, IllegalAccessException, > NoSuchMethodException, Invoca

Re: java 11 error

2020-12-01 Thread Greg Huber
yes, ...dev box testing Although warning is only issued once. On 01/12/2020 09:22, Lukasz Lenart wrote: but this happens only in devMode? or when "struts.i18n.reload" is set to true? - To unsubscribe, e-mail: dev-unsubscr...@

Re: java 11 error

2020-12-01 Thread Lukasz Lenart
wt., 1 gru 2020 o 10:49 Greg Huber 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