Re: [HAPI-devel] Problem sending HL7 over HTTP

2014-07-19 Thread Sara Fatima
Here is the dependency tree \Users\SARA\IHEModule\IHEInteroperability>mvn dependency:tree [INFO] Scanning for projects... [INFO] [INFO] Reactor Build Order: [INFO] [INFO] IHEInteroperability Module [INFO] IHEInteroperability

Re: [HAPI-devel] Problem sending HL7 over HTTP

2014-07-19 Thread James Agnew
That exclusion should be correct- Can you post your dependency tree? The heart of this is that you don't want conflicting versions of SLF4j to be in the WAR/EAR file you are deploying.. And to add to that from the stack trace you posted it looks like maybe Tomcat is bundling a 1.6.x copy in itself

Re: [HAPI-devel] Problem sending HL7 over HTTP

2014-07-19 Thread Jens Villadsen
Its stated in the log from maven Den 19/07/2014 12.50 skrev "Sara Fatima" : > Hi all, > > I am trying to send HL7 message over HTTP using this example > . I have > changed the below line to Parser parser = > PipeParser.getInstanceWithNo

[HAPI-devel] Problem sending HL7 over HTTP

2014-07-19 Thread Sara Fatima
Hi all, I am trying to send HL7 message over HTTP using this example . I have changed the below line to Parser parser = PipeParser.getInstanceWithNoValidation(); to Parser parser = new GenericParser(); as I am working with HAPI 2.0. I