Re: Camel Validation Relative Paths

2014-03-09 Thread Willem Jiang
HiĀ  The camel-2.10.x branch is EOL when we fixed the bug. You can back port the patch yourself or ask for commercial support, if you still need to use Camel-2.10.x. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (

Re: Dead letter queue and onException

2014-03-09 Thread Claus Ibsen
Hi This is by design. If onException is triggered then it does it work, an not the DLC etc. If you want to do some routing before moving to a DLC, then use a route as the DLC, and use direct:todlc as endpoints so you route to your route using direct. On Wed, Jan 22, 2014 at 8:19 PM, bocamel wro

Re: Camel Quartz2 Clustering fails due to durable jobs, has anyone got

2014-03-09 Thread Claus Ibsen
Hi Can you try set the job option as job.durability=true in the uri. That may work as that is the setter name in the job impl class. On Mon, Oct 7, 2013 at 2:03 PM, Mark Richards - News Systems and Architecture wrote: > Hi, > > I'm using Camel 2.12.1, Quartz 2.2.0, Blueprint and Mysql 5.5 in