When my application is running as a service under JBoss the ClassLoader can't
find a resource (an XML file) that is in one of my application jar files.  The following
code returns null.
 
    java.net.URL url = ClassLoader.getSystemResource(fileName);
 
It works fine outside of JBoss.  The resource is in a jar file that is in both the
lib/ext directory and in my .ear file.
 
Thanks for any help,
 
Leo

Reply via email to