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/

Re: [HAPI-devel] hapi-testpanel compile failure

2014-09-09 Thread Mike Mills
James, Thanks for that, I can confirm that this test now passes. I also found the following dependencies on the pom are not required for test panel builds: org.mockito mockito-core 1.8.5 test org.netbeans.api org-netbeans-swing-outline RELEASE73 sources pro

Re: [HAPI-devel] hapi-testpanel compile failure

2014-09-09 Thread James Agnew
Hi Mike, That assert looks like it's just an old artifact that should have been removed. I've removed it from the repo and also applied your correction to the readerinputstream. With those two changes, the tests all pass for me. Can you give it a whirl? (and thanks for the fix!) Cheers, James On

Re: [HAPI-devel] HAPI TestPanel rejects message

2014-03-05 Thread James Agnew
Sorry, it occurs to me that I mentioned the new support for not sending an acknowledgement but didn't actually mention how to do it. If you want to try this out, have a look at HapiContext#getServerConfiguration() Cheers, James On Wed, Mar 5, 2014 at 10:06 AM, James Agnew wrote: > Hi Tom, > >

Re: [HAPI-devel] HAPI TestPanel rejects message

2014-03-05 Thread James Agnew
Hi Tom, Your first question is well timed. The new 2.2 release just introduced the ability for you to configure servers to not send any ACK/NAK message in response when an application exception is detected in the processing code. This wasn't designed with your exact use case in mind, but I believe

Re: [HAPI-devel] HAPI TestPanel rejects message

2014-03-04 Thread Tom Wilson
Hi. I am trying to implement enhanced ACK mode with HAPI and encountered the same problem described here: https://www.mail-archive.com/hl7api-devel%40lists.sourceforge.net/msg01398.html I am testing a system which receives ORU messages, does some processing, and sends an asynchronous ACK (enha

Re: [HAPI-devel] HAPI TestPanel and RDE Message

2014-01-07 Thread Hong Ju
It looks like HAPI must have the message event part in order to process. So I asked my message feeder team to change RDE to RDE^O01, now my application was able to receive RDE messages. To register all messages, you can do this (example from the HAPI site): server.registerApplication("*", "*",

Re: [HAPI-devel] HAPI TestPanel rejects message

2013-10-31 Thread John Ruggentaler
James, I downloaded the source to take a look. I imported the test panel project into Eclipse but the dependencies/class path points to JARs and projects that are not in the repository. I set M2_REPO to the root of the source tree but that didn't work. Where can I find the required JARs? Below ar

Re: [HAPI-devel] HAPI TestPanel rejects message

2013-10-30 Thread James Agnew
Hi John, My apologies on the slow response. The test panel doesn't have a source bundle available, but the source is available as a subproject in our main source tree here: https://sourceforge.net/p/hl7api/code/HEAD/tree/trunk/hapi-mvn/hapi-testpanel That said, I am betting this issue is actuall

Re: [HAPI-devel] HAPI TestPanel rejects message

2013-10-24 Thread John Ruggentaler
I have not received any replies to my question so I would like to look at the HAPI TestPanel source code. I could not find the source code in the HAPI distribution. Is the HAPI TestPanel source code available? JR On Fri, Oct 11, 2013 at 9:34 AM, John Ruggentaler < john.ruggenta...@gmail.com> wro

Re: [HAPI-devel] HAPI TestPanel won't start after upgrade to OS X 10.8.2

2012-11-20 Thread Rahul Somasunderam
Or you can flip a switch in System Preferences -> Personal -> Security & Privacy -> General. There's an option that says "Allow applications downloaded from"; choose "Anywhere". R, rahul On Nov 20, 2012, at 4:46 AM, James Agnew wrote: > Hi JR, > > It looks like you're right. Apple have decid

Re: [HAPI-devel] HAPI TestPanel won't start after upgrade to OS X 10.8.2

2012-11-20 Thread James Agnew
Hi JR, It looks like you're right. Apple have decided to change things in Mountain Lion so that you need to sign applications if you want them to work by default.. Which requires a paid subscription to the apple developer site. Lovely, Apple. As a workaround until I can rustle up the funds for a

Re: [HAPI-devel] HAPI TestPanel won't start after upgrade to OS X 10.8.2

2012-11-13 Thread James Agnew
Hi JR, Thanks for the heads up! I was planning on upgrading to 1.8 this week myself, so presumably this should be fixed before long. *sigh* I love Apple's products, but I swear they break something basic with every upgrade they ever do. James On Mon, Nov 12, 2012 at 12:31 PM, JR Ruggentaler <