I suspect HL7ToQueueMsgAdapter is part of a third-party product to handle Health Level
7 XML messages.
If this is the case, you should probably take this up with the vendor/project that
provided your HL7 messaging capability.
If HL7ToQueueMsgAdapterService is something you developed in-house, y
Wrong forum, but here's a quick answer:
The only times I've seen IllegalStateException thrown from a call to getOutputStream()
is when there has already been a call to getOutputWriter() for the same request - the
two methods are meant to be incompatible.
View the original post :
http://www.jbo