Re: 2 JaxbDataFormat in the same route doesnt work

2013-08-06 Thread mikael_th
, the code works fine. // Mikael -- View this message in context: http://camel.465427.n5.nabble.com/2-JaxbDataFormat-in-the-same-route-doesnt-work-tp5736799p5736830.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: 2 JaxbDataFormat in the same route doesnt work

2013-08-06 Thread Claus Ibsen
.marshal(vgtInternalJaxb) > .convertBodyTo(String.class) > .log(">>> GetStatusResponseLocalRoute ${body}") > .to("wmq:MY.QUEUE"); > } > } > > > > > -- > View this message in contex

2 JaxbDataFormat in the same route doesnt work

2013-08-05 Thread mikael_th
Response") .convertBodyTo(VehicleStatusNotification.class) .marshal(vgtInternalJaxb) .convertBodyTo(String.class) .log(">>> GetStatusResponseLocalRoute ${body}") .to("wmq:MY.QUEUE"); } } -- View this message in context: