Re: Feature request: support setOutBody in XML definitions

2013-06-07 Thread Antoine DESSAIGNE
I wasn't able to find the issue you're mentioning in Jira, by any change do you have the issue number ? Thanks a lot, Antoine. 2013/6/7 Claus Ibsen > Because handles this internally as well the Camel routing engine. > > And there was a bug in Camel, so when you had short routes, like > > fro

Re: Feature request: support setOutBody in XML definitions

2013-06-07 Thread Claus Ibsen
Because handles this internally as well the Camel routing engine. And there was a bug in Camel, so when you had short routes, like from X setBody This is fixed in recent/upcoming releases (cant remember exact when) Also see this FAQ http://camel.apache.org/using-getin-or-getout-methods-on-exc

Re: Feature request: support setOutBody in XML definitions

2013-06-07 Thread Antoine DESSAIGNE
Hi, Why are they deprecated ? I want to create a restlet consumer (see [1]) using XML, and the documentation states that the response should be defined in the OUT message. As of today I was the following sample code http://localhost:/hello/{id}"/> Hello

Re: Feature request: support setOutBody in XML definitions

2013-06-06 Thread Claus Ibsen
Hi Yeah all the setOut is @deprecated as you should just use setBody / setHeader etc. So this is on purpose why there is no in the XML DSL On Thu, Jun 6, 2013 at 5:52 PM, Antoine DESSAIGNE wrote: > Hi everyone, > > I didn't found the XML tag and I was wondering whether there > was a reason for

Feature request: support setOutBody in XML definitions

2013-06-06 Thread Antoine DESSAIGNE
Hi everyone, I didn't found the XML tag and I was wondering whether there was a reason for that ? Otherwise, I will submit a patch for fixing this gap. Thanks a lot, Antoine.