Re: allowUseOriginalMessage="false" with useOriginalMessage="true" - new camel.breadcrumbId value

2017-01-30 Thread rsteppac2
Claus Ibsen-2 wrote > From Camel 2.18 onwards you will get an exception if you attempt to > access the original message and it was not allowed. Thanks Claus for clarifying. Ralf -- View this message in context: http://camel.465427.n5.nabble.com/allowUseOriginalMessage-false-with-useOriginalM

Re: allowUseOriginalMessage="false" with useOriginalMessage="true" - new camel.breadcrumbId value

2017-01-30 Thread Claus Ibsen
For your version of Camel you must yourself turn that allow on or off depending on your use it or not. >From Camel 2.18 onwards you will get an exception if you attempt to access the original message and it was not allowed. On Mon, Jan 30, 2017 at 3:58 PM, rsteppac2 wrote: > Hello all, > > I stu

allowUseOriginalMessage="false" with useOriginalMessage="true" - new camel.breadcrumbId value

2017-01-30 Thread rsteppac2
Hello all, I stumbled across a misconfiguration in one of my routes where the context did not allow the use of the original message: But by accident one of the routes had an onCompletion handler set to use the original message: I don't think the onCompletion handler acutally got the original