Re: [HAPI-devel] HL7Server Class

2008-04-17 Thread Bryan Tripp
Hi, If you're using the ca.uhn.hl7v2.protocol package, you can control this by passing a NullSafeStorage to the HL7Server's constructor. This is actually the default in HL7Server's main(). Bryan On 4/17/08, Clarkson, Peter J <[EMAIL PROTECTED]> wrote: > > > > Is it possible to use the HL7Server

[HAPI-devel] HL7Server Class

2008-04-17 Thread Clarkson, Peter J
Is it possible to use the HL7Server class, but Not have it commit incoming messages to safe storage before returning an accept ACK? Of course I would still want it to return an ACK but I don't want to write out to a file. Thanks for any help.