Re: Where exception handling should set a handled exception?

2009-02-25 Thread Claus Ibsen
Hi Roman Could you add a route example to that. AFAIR this is *only* with the try .. handle DSLs ? I can enlighten that on the DeadLetterChannel we store previoysly occured exception as a property when we do redelivery. There is a constant KEY for it on the Exchange (Camel 2.0) String EXCEPT

Where exception handling should set a handled exception?

2009-02-25 Thread Roman Kalukiewicz
Hello! Recently I created an issue (CAMEL-1356) about exception handling and now I'm not really sure if it is really a bug or not. So I'm asking for your opinions. The problem is that when exception is caught it is set as a 'caught.exception' header on IN message. It means that if an exception is