Thank you for the link !
but i have got another issue
My route :
from("direct:checkData")
.beanRef(PAYMENT_SERVICE_BEAN, "checkData(*, ${headers})")
.recipientList(simple("freemarker:\\xxxxxx/echange/Payment/SAVE/&{in.body}")).stopOnException()
The issue :
Failed to resolve endpoint:
freemarker://%5Cxxxxxx/echange/Payment/SAVE/&%7Bin.body%7D due to: Invalid
uri syntax: no ? marker however the uri has & parameter separators. Check
the uri if its missing a ? marker.
I have tested other solutions but always the same issue
Can you help me ?
Thank you
--
View this message in context:
http://camel.465427.n5.nabble.com/rename-a-file-tp5743924p5743956.html
Sent from the Camel - Users mailing list archive at Nabble.com.