Hi Folks
I have a very simple scenario where I have to append a text to the message
in a route.

Iam using the following code
new RouteDefinition().transform().simple("${in.body} appendedtext");

I wanted to generate the spring xml counter part of the above code.My jaxb
model generates the following xml
 <camel:transform>
                <camel:expressionDefinition/>
            </camel:transform>

which is incorrect.Can anyone guide me where Iam wrong


--
View this message in context: 
http://camel.465427.n5.nabble.com/Message-Transformation-issue-tp5589180p5589180.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to