在使用struts2发布到weblogic10的时候报这个异常
Could not reload resource bundles java.lang.NoSuchFieldException: cacheList
You can't work with Struts 2 in devMode and Websphere. There isn't many information on the Internet (in French) but what I can understand with my limited French knowledge is that you have to put the server with production settings. I mean that your struts.xml must be like this to make Struts2 work on Websphere:The reason that why is this happening is not very clear. The blog explains that maybe is for a different JVM implementation by IBM and maybe it differs in the implementation of the ResourceBundle class that has no private field cacheList and then raises an error when it reloads the i18n labels. ...