Can you share your type converter class with us? Do you provide a TypeConverter file?
Best, Christian On Thu, Apr 25, 2013 at 3:07 PM, Al Ferguson <alfer...@hotmail.com> wrote: > Hi, > > I get an Address in a format (MyAddress, jaxb annotated) and I want to > convert this address in another format (ExternalAddress, jaxb annotated) > before invoking an Web service. > > > > Curiously the second conversion (MyAddress to ExternalAddress, for which I > wrote a Converter) does not work. In fact my converter is not invoked. It > seems Camel tries rather a conversion of the original XML to > ExternalAddress. > > When I invoke myself the converter via the ConvertAddress process, it > works. > > Is there something I do not understand in the behavior of convertBodyTo? > > Thanks, > A. Fe > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Expected-behavior-of-two-consecutive-convertBodyTo-tp5731543.html > Sent from the Camel - Users mailing list archive at Nabble.com. >