Re: Default Type Conversions

2013-10-09 Thread Tom Ellis
Thanks Christian, sounds like Claim Check is what we're doing. Cheers, Tom On 8 October 2013 22:35, Christian Müller wrote: > Hi Tom! > > Find my comments inline. > > Best, > Christian > > > > On Tue, Oct 8, 2013 at 7:19 PM, Tom Ellis wrote: > > > Hi, > > > > Is there some documentation aroun

Re: Default Type Conversions

2013-10-08 Thread Christian Müller
Hi Tom! Find my comments inline. Best, Christian On Tue, Oct 8, 2013 at 7:19 PM, Tom Ellis wrote: > Hi, > > Is there some documentation around the strategy Camel takes when deciding > what to convert the body of an exchange to before sending to an endpoint? > Camel will not convert the body

Re: Default Type Conversions

2013-10-08 Thread Chris
I think if you turn on TRACE logging on the class org.apache.camel.impl.converter.BaseTypeConverterRegistry, you should see the type converter logic in action. I also saw in a Camel core unit test, code along the lines of: from("file://target/gf") .convertBody

Default Type Conversions

2013-10-08 Thread Tom Ellis
Hi, Is there some documentation around the strategy Camel takes when deciding what to convert the body of an exchange to before sending to an endpoint? For example, I have set a File object in the body of an exchange and send this to a JMS endpoint. When the exchange is obtained from that endpoin