From: Archie C. <ar...@de...> - 2004-04-01 23:30:37
|
Hi, In Parser.loadMessageStructures() the properties files for each version are loaded using ClassLoader.getSystemResourceAsStream() instead of ClassLoader.getResourceAsStream(). This causes a failure when the HAPI JAR file is loaded by a class loader other than the system (i.e., application) class loader. E.g., if you run a HAPI application using an ant build.xml file. Any reason why this couldn't be changed to invoke ClassLoader.getResourceAsStream() instead? Thanks, -Archie __________________________________________________________________________ Archie Cobbs * CTO, Awarix * http://www.awarix.com |