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