Re: setHeader from xpath and other header

2014-05-19 Thread Claus Ibsen
Hi Maybe you are hit by http://camel.apache.org/why-is-my-message-body-empty.html On Mon, May 19, 2014 at 3:33 PM, Ronny Aerts wrote: > Hello camel community, > > I have spring xml situation where I have some xml in a message header (as > result of other actions in the route). > > I noticed tha

setHeader from xpath and other header

2014-05-19 Thread Ronny Aerts
Hello camel community, I have spring xml situation where I have some xml in a message header (as result of other actions in the route). I noticed that I can use content based routing with xpath where the xpath content does not come from the body but from the message header as in the example be