0 Replies Latest reply on Jul 31, 2002 7:53 PM by jmeier

    Problem with Jboss3.0.0(jetty) and ResourceBundle

    jmeier

      I'm having some trouble loading a ResourceBundle for a struts application on JBoss-3.0.0 with jetty. I have my application packaged in an ear file. If I deploy the ear file, I get a MissingResourceException because one of the classloaders cannot find my ResourceBundle.properties file (which is in my classpath). The odd part is that if I deploy the war file without the ear file, everything works fine. This issue seems to be the same as <a href="http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t=forums/ this one, however that one referred to an older jboss version with tomcat. Is there a known issue with ear classloaders? Has anyone found a resolution to this problem? Am I just doing something stupid? Any help would be greatly appreciated.