Re: [HAPI-devel] HAPI TestPanel

2021-10-21 Thread Walter Kelt
Love this progress. It’s really useful in my test environment. > On Oct 21, 2021, at 1:28 PM, James Agnew wrote: > > Hi Randy, > > HAPI HL7v2 is definitely more in maintenance mode at this point as opposed to > being actively developed, but it's still an active project. > > You can get a copy

Re: [HAPI-devel] HAPI TestPanel

2021-10-21 Thread Mike DiChiappari
I'd like to know the state of HAPI too. On 10/21/2021 8:17 AM, randy_clegg--- via Hl7api-devel wrote: Hello, I don’t know if HAPI is still in any sense supported, but I’d like to use it. The TestPanel project will neither build nor run in the lastest distribution (2.2).  Further, the insta

Re: [HAPI-devel] HAPI TestPanel

2021-10-21 Thread W. Randal Clegg via Hl7api-devel
One more comment, I was able to jar the whole kit and kaboodle together and get that to run as well.  This was also JDK8 if that didn't appear anywhere in my comments. Thanks again! On Thursday, October 21, 2021, 01:39:54 PM EDT, James Agnew wrote: Great! For anyone else who finds thi

Re: [HAPI-devel] HAPI TestPanel

2021-10-21 Thread James Agnew
Great! For anyone else who finds this conversation.. I think the issue may have been with the version of Java the testpanel was running against. Adding JNA as Randy did would be one solution, using an older JDK (e.g. JDK6) would be another. The testpanel is definitely known not to work currently o

Re: [HAPI-devel] HAPI TestPanel

2021-10-21 Thread W. Randal Clegg via Hl7api-devel
Thanks James, I did discover 2.3 and it mostly runs but reports this error: C:\1health\ilr\trunk\hapi\hapi-testpanel-2.3>java -cp "C:/1health/ilr/trunk/hapi/hapi-testpanel-2.3/jna-5.9.0.jar" -jar hapi-testpanel-2.3-jar-with-dependencies.jar13:31:40,910  INFO [main] Home:47 - hapi.home is set to

Re: [HAPI-devel] HAPI TestPanel

2021-10-21 Thread James Agnew
Hi Randy, HAPI HL7v2 is definitely more in maintenance mode at this point as opposed to being actively developed, but it's still an active project. You can get a copy of the 2.3 release of the testpanel, which needs to be run from the command line but does work, here: https://github.com/hapifhir/

[HAPI-devel] HAPI TestPanel

2021-10-21 Thread randy_clegg--- via Hl7api-devel
Hello, I don't know if HAPI is still in any sense supported, but I'd like to use it. The TestPanel project will neither build nor run in the lastest distribution (2.2). Further, the install link at HAPI - Installing HAPI