Re: 2 JaxbDataFormat in the same route doesnt work

2013-08-06 Thread mikael_th
I found the error, It was not with the JaxbDataFormat, I had an error in the Converter class (only the class was annotated with @Converter not the method). I got fooled by the error message informing me that there was an error in unmarshalling. After adding the @Converter to the method name, the

Re: 2 JaxbDataFormat in the same route doesnt work

2013-08-06 Thread Claus Ibsen
What Camel version do you use? On Mon, Aug 5, 2013 at 5:48 PM, mikael_th wrote: > Hello, > > I am trying to unmarshall an XML string to a JAXB object, convert this to > another JAXB object and then marshall this before I send it on a queue. > > The problem is that in the example below the unmarsh