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
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
; 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
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
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
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