Hi,
Would it be possible to include the function clearLocalizerCache to the
Application JMX bean?
In org.apache.wicket.jmx.Application ...
/**
* @see org.apache.wicket.jmx.ApplicationMBean#clearLocalizerCache()
*/
public void clearLocalizerCache() throws IOException
{
application.getResourceSettings().getLocalizer().clearCache();
}
In org.apache.wicket.jmx.ApplicationMBean ...
/**
* Clears the localizer cache.
*
* @throws IOException
*/
void clearLocalizerCache() throws IOException;
Thank you very much.
Reason:
http://www.nabble.com/Spring%27s-AbstractMessageSource-%3A-read-new-label-from-DB-to18064364.html
--
View this message in context:
http://www.nabble.com/add-ClearLocalizerCache-to-Application-JMX-tp18151368p18151368.html
Sent from the Wicket - Dev mailing list archive at Nabble.com.