Hi

I found the source of the problem and logged a ticket to fix/improve this
https://issues.apache.org/jira/browse/CAMEL-6357

On Mon, May 13, 2013 at 6:08 PM, Claus Ibsen <claus.ib...@gmail.com> wrote:
> Hi
>
> Okay found the problem.
>
> When you copy the headers from IN to OUT in your custom code, you
> should do like this
>
>         exchange.getOut().getHeaders().putAll(headers);
>
> On Mon, May 13, 2013 at 3:25 PM, apatel <apa...@asg.bellsouth.net> wrote:
>> Claus,
>>
>> I am wondering why responses are difference when i use try-catch and when i
>> remove the try-catch?
>>
>>
>> Thanks,
>> Amit Patel
>>
>>
>>
>> --
>> View this message in context: 
>> http://camel.465427.n5.nabble.com/Route-with-doTry-calling-service-does-not-have-exchange-in-exchange-out-does-not-work-tp5732293p5732404.html
>> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>
>
> --
> Claus Ibsen
> -----------------
> www.camelone.org: The open source integration conference.
>
> Red Hat, Inc.
> FuseSource is now part of Red Hat
> Email: cib...@redhat.com
> Web: http://fusesource.com
> Twitter: davsclaus
> Blog: http://davsclaus.com
> Author of Camel in Action: http://www.manning.com/ibsen



-- 
Claus Ibsen
-----------------
www.camelone.org: The open source integration conference.

Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to