Re: [HAPI-devel] Timeout on sendAndreceive

2008-01-26 Thread Torben Greiser
Hi Lucas, just set the initiator timeout value to as high as needed: int timeout = 3; System.setProperty("ca.uhn.hl7v2.app.initiator.timeout", Integer.toString(timeout)); Greets Torben Lucas Gonz schrieb: > Hello you all!! > > I am starting in this HL7 world and after a couples of day

Re: [HAPI-devel] Timeout on sendAndreceive

2008-01-26 Thread Lucas Gonz
Hello you all!! I am starting in this HL7 world and after a couples of days I almost give up, hopefully I found this forum... I am having problems with "sendAndReceive", If I run the example class SendAndReceiveAMessage in my PC everything works fine, but if I split the code from the example