[JBoss-user] [Beginners Corner] - Re: Error Msg while installing JBoss

2004-05-19 Thread pythonista
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

[JBoss-user] [Advanced Documentation] - Re: java.lang.IllegalStateException

2004-05-18 Thread pythonista
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