Hi all, I'm facing a strange problem after updating to the last axis2 snapshot: I cannot load my property files any more. I've tried to put them in /lib or in / and to load them in several ways, i.e.: - Thread.currentThread().getContextClassLoader().getResourceAsStream - new FileInputStream - ClassLoader.getSystemResource
however I can load the file only using - FooService.class.getResourceAsStream + put the property file in the same package of FooService. Is this the correct way? Thanks in advance, Michele --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
