can't access xml config file from helper class
843833Jan 17 2003 — edited Jan 17 2003Hi everybody, here's the problem
I'm trying to create a Session Bean helper class that uses an XML mapping file for it's configuration. The XML file, helper class and Session Bean are all located in the same jar file. How do I access the XML file from the helper class? I've tried using Class.getResource(String name) and Class.getResourceAsStream(String name) as suggested in some other posts, but it does not work. I would really appreciate some help with this. BTW I'm deploying on SilverStream App Server 4.
Thnx in advance