On Thu, Oct 18, 2012 at 2:14 PM, Graham Perkins
wrote:
>
> I am also getting the same problem. We have a route with several routing
> slips in the sequence, for selecting appropriate XSL transforms and XSD
> validations. Also one to compute a "file" endpoint destination depends on
> identity
I am also getting the same problem. We have a route with several routing slips in the
sequence, for selecting appropriate XSL transforms and XSD validations. Also one to
compute a "file" endpoint destination depends on identity of submitter.
We get consistent behavoiur - the headers survive m
On 23 March 2012 16:33, Claus Ibsen wrote:
> Hi
>
> You can use the tracer to help see where the headers dissappear
> http://camel.apache.org/tracer
>
> And see this FAQ as well
> http://camel.apache.org/using-getin-or-getout-methods-on-exchange.html
Thanks, Claus. This helped me debug to some e
On Fri, Mar 23, 2012 at 6:48 PM, Greg Henley wrote:
> Claus,
>
> When I try following the http://camel.apache.org/tracer example (using camel
> 2.9.1)
>
> Tracer tracer = new Tracer();
> tracer.getFormatter().setShowBreadCrumb(false);
> tracer.getFormatter().setShowNode(false)
Claus,
When I try following the http://camel.apache.org/tracer example (using camel
2.9.1)
Tracer tracer = new Tracer();
tracer.getFormatter().setShowBreadCrumb(false);
tracer.getFormatter().setShowNode(false);
I get a error "method setShowBreadCrumb is undefined for Trac
Hi
You can use the tracer to help see where the headers dissappear
http://camel.apache.org/tracer
And see this FAQ as well
http://camel.apache.org/using-getin-or-getout-methods-on-exchange.html
On Fri, Mar 23, 2012 at 1:33 PM, Alex Anderson wrote:
> Hi, can I get a quick sanity check before we