Re: workaround for CAMEL-4264

2011-08-25 Thread Willem Jiang
Hi David, Sorry, I don't think there is a way to workaround this issue. I just merged the patch into Camel 2.8.x, and we are planing the release Camel 2.8.1 recently. On 8/26/11 2:30 AM, David Tombs wrote: Hi Camel folks, I'm currently struggling from CAMEL4264[1] in route that looks like:

workaround for CAMEL-4264

2011-08-25 Thread David Tombs
Hi Camel folks, I'm currently struggling from CAMEL4264[1] in route that looks like: JMS -> log -> stream resequencer -> log -> processor Unfortunately, the exception is thrown between the 2nd log and processor, and caught and logged (at DEBUG level!) by the StreamResequencer. So the affected m