Re: onException not returning a response

2010-02-18 Thread raulvk.soa
at 12:38 PM, raulvk.soa wrote: >> >> Any clues on what could be happening? >> >> >> raulvk.soa wrote: >>> >>> Hi, >>> >>> We are having trouble migrating from Camel 1.4.0 (bundled with >>> ServiceMix >>> 3.2.2) to C

Re: onException not returning a response

2010-02-18 Thread raulvk.soa
Any clues on what could be happening? raulvk.soa wrote: > > Hi, > > We are having trouble migrating from Camel 1.4.0 (bundled with ServiceMix > 3.2.2) to Camel 1.6.0 (SMix 3.3.1). Our only difficulty is with the > exception handling. > > Before calling a Came

onException not returning a response

2010-02-17 Thread raulvk.soa
Hi, We are having trouble migrating from Camel 1.4.0 (bundled with ServiceMix 3.2.2) to Camel 1.6.0 (SMix 3.3.1). Our only difficulty is with the exception handling. Before calling a Camel validator, we have the following exception handling logic: onException(ValidationException.class).handled(

Re: Concurrency Issue with camel-validation

2009-04-24 Thread raulvk.soa
tp://camel.apache.org/support.html > > Then we wont forget and will be able to put in a fix > > On Fri, Apr 24, 2009 at 11:53 AM, raulvk.soa wrote: >> >> Hi, >> >> I have a Camel flow which seems to be experimenting concurrency issues >> with >> the camel

Concurrency Issue with camel-validation

2009-04-24 Thread raulvk.soa
Hi, I have a Camel flow which seems to be experimenting concurrency issues with the camel-validation component. This flow is invoked twice in parallel by a splitter. It seems like the camel-validation component lazily-loads the XSD, when the first request comes in. As a consequence, when two si