RE: [JBoss-user] Classloader Issues with EAR files

2001-06-07 Thread James Cook
7 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Classloader Issues with EAR files > > > Hello, > > >I have a servlet that loads a resource bundle. When I deploy the WAR file > that > >contains the servlet, the resource bundle is discovered and loaded by th

[JBoss-user] Classloader Issues with EAR files

2001-04-17 Thread James Cook
I have a servlet that loads a resource bundle. When I deploy the WAR file that contains the servlet, the resource bundle is discovered and loaded by the following statement: bundle = ResourceBundle.getBundle(bundleName); When I deploy the WAR file as part of an EAR file, the classloader issu