Re: [HAPI-devel] Working with HAPI

2014-06-03 Thread Sara Fatima
Hi James I understand that OpenMRS core is using HAPI 2.0 and HAPIContext and DefaultHAPIContext don't seem to exist in HAPI 2.0. Is there any other class under HAPI 2.0 which can create HL7 message? I am trying to use HAPI 2.0 instead of 2.1 to keep inline with OpenMRS-core. Where can I find the

Re: [HAPI-devel] Working with HAPI

2014-06-03 Thread Sara Fatima
Hi James, Here is the dependency tree. I have included the exclusions as discussed earlier. C:\Users\SARA\IHEModule\IHEInteroperability>mvn dependency:tree [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:

Re: [HAPI-devel] Working with HAPI

2014-06-02 Thread James Agnew
Hi Sara, This sounds like yet another dependency problem. Can you post your dependency tree? sent from my phone. On Jun 2, 2014 4:49 AM, "Sara Fatima" wrote: > Hi all, > > I have been working this on trying to create HL7 message. I have used this >

[HAPI-devel] Working with HAPI

2014-06-02 Thread Sara Fatima
Hi all, I have been working this on trying to create HL7 message. I have used this sample as a helper. When I am running this as a separate java file, I am able to successfully create HL7 message. I am trying to includ