Re: [HAPI-devel] Use HAPI without XML related JARs

2010-11-09 Thread Jonathan Bartels
Solved this myself. The AbstractMethodError was because of a CP conflict. Had an old version of HAPI hiding out. If you want to use HAPI and **only** need to handle the pipe format of HL7 you only need the hapi--base.jar . The xerces, xalan, and xml tools jars are only necessary if you’re usi

[HAPI-devel] Use HAPI without XML related JARs

2010-11-09 Thread Jonathan Bartels
I’m chasing a classpath conflict between HAPI and another module in my project, the presence of the xerces JAR for HAPI causes a problem with the SAXParserFactory class lookup. I think the easiest way to eliminate this is to remove the XML related JARs from my HAPI lib directory. I am not and do no