Re: Migrating from 1.6 to 2.2: Using seda endpoint

2010-07-02 Thread crankydillo
On 07/01/2010 10:57 PM, Claus Ibsen wrote: On Thu, Jul 1, 2010 at 11:27 PM, crankydillo wrote: Hi, We are processing HTTP requests with a route like A -> B -> seda:log-stuff Where B produces the actual response that we want sent back to the client. This used to work in 1.6, but does not in

Re: Migrating from 1.6 to 2.2: Using seda endpoint

2010-07-02 Thread Samuel Cox
K, I'll try that, but I thought the seda component could did this automagically. What does waitForTaskToComplete=Never mean? Thanks. On Thu, Jul 1, 2010 at 10:57 PM, Claus Ibsen wrote: > On Thu, Jul 1, 2010 at 11:27 PM, crankydillo wrote: >> Hi, >> >> We are processing HTTP requests with a rou

Re: Migrating from 1.6 to 2.2: Using seda endpoint

2010-07-02 Thread Samuel Cox
; Open Source Integration: http://fusesource.com > > - Original Message ----- > From: crankydillo > To: users@camel.apache.org > Sent: Thu Jul 01 17:27:50 2010 > Subject: Migrating from 1.6 to 2.2: Using seda endpoint > > Hi, > > We are processing HTTP requests with a route lik

Re: Migrating from 1.6 to 2.2: Using seda endpoint

2010-07-01 Thread Claus Ibsen
On Thu, Jul 1, 2010 at 11:27 PM, crankydillo wrote: > Hi, > > We are processing HTTP requests with a route like A -> B -> seda:log-stuff > > Where B produces the actual response that we want sent back to the client. > > This used to work in 1.6, but does not in 2.2.  I thought the > waitForTaskToC

Re: Migrating from 1.6 to 2.2: Using seda endpoint

2010-07-01 Thread Adrian Trenaman
27; for the call to 'seda:log', to ensure that the route doesn't hang waiting for a response! Hope that helps, Ade Open Source Integration: http://fusesource.com - Original Message - From: crankydillo To: users@camel.apache.org Sent: Thu Jul 01 17:27:50 2010 Subject: Migrat

Migrating from 1.6 to 2.2: Using seda endpoint

2010-07-01 Thread crankydillo
Hi, We are processing HTTP requests with a route like A -> B -> seda:log-stuff Where B produces the actual response that we want sent back to the client. This used to work in 1.6, but does not in 2.2. I thought the waitForTaskToComplete=Never was the answer, but that didn't work either. Any