Re: Intermittent validation error

2009-11-18 Thread Claus Ibsen
Hi Try with the validation component and use a XSD http://camel.apache.org/validation.html Maybe there is something strange bug in the msv component. On Tue, Nov 17, 2009 at 6:44 PM, Dragisa Krsmanovic dkrsmano...@plos.org wrote: I am getting this error on validation. Messages are passed as

Intermittent validation error

2009-11-17 Thread Dragisa Krsmanovic
I am getting this error on validation. Messages are passed as XML strings. Strange thing is that it's intermittent. Same message will pass sometimes and sometimes cause this error. Route looks like this: from(activemq:start) .transacted() .to(msv:pmc-message.rng)