Re: Struts 2.0.14 - Could not reload resource bundles exception

2011-01-19 Thread Samuel Robert
Hi, I got the same exception with Tomcat, which I do not have with Jetty. Setting the devMode Struts property to false solved the problem (as far as you do not need the resource bunbles to be reloaded dynamically). struts.i18n.reload=false struts.configuration.xml.reload=false

Struts 2.0.14 - Could not reload resource bundles exception

2011-01-14 Thread Andrzej Adamczyk
Hello After moving to our SIT environment we have noticed below exception beeing logged. For some reason or another we have moved resource bundle file outside of the application into dedicated directory that should be on the application classpath. We use Geronimo 2.1.7 and we configured SharedLib