Re: Unable to catch and deal with the ProtocolDecoderException thrown by Mina in our camel

2016-05-08 Thread Kriti
e. Thanks and Regards, Kriti -- View this message in context: http://camel.465427.n5.nabble.com/Unable-to-catch-and-deal-with-the-ProtocolDecoderException-thrown-by-Mina-in-our-camel-tp5782229p5782348.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: Unable to catch and deal with the ProtocolDecoderException thrown by Mina in our camel

2016-05-05 Thread Claus Ibsen
rg.apache.mina.core.buffer.AbstractIoBuffer.getString(AbstractIoBuffer.java:1768) > at > org.apache.camel.component.hl7.HL7MLLPDecoder.writeString(HL7MLLPDecoder.java:70) > ... 18 more > > We need to be able to catch this exception through our code/route and send a &g

Unable to catch and deal with the ProtocolDecoderException thrown by Mina in our camel

2016-05-05 Thread Kriti
xception block but in our case, this exception is thrown by Mina's Codec itself and there is no way we can get the system diagnose it and break out from there. Kindly let us know if there are any suggestions around this issue. Thanks in advance! Regards, Kriti -- View this message in co