Re: Headers disappearing in RoutingSlip

2012-10-18 Thread Claus Ibsen
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

Re: Headers disappearing in RoutingSlip

2012-10-18 Thread Graham Perkins
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

Re: Headers disappearing in RoutingSlip

2012-03-26 Thread Alex Anderson
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

Re: Headers disappearing in RoutingSlip

2012-03-25 Thread Claus Ibsen
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)

Re: Headers disappearing in RoutingSlip

2012-03-23 Thread Greg Henley
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

Re: Headers disappearing in RoutingSlip

2012-03-23 Thread Claus Ibsen
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