Re: Processor Issues after upgrade from 2.12.3 to 2.13.1

2014-06-26 Thread Claus Ibsen
Hi Try with System.out from your processor instead of the logger, to see if you can see that. Or any other way change it so you know its invoked or not. On Thu, Jun 26, 2014 at 8:04 PM, John Dubchak wrote: > Hi, > > I upgraded SMX 5.0.0 to 5.1.0 (which was Camel 2.12.3 to 2.13.1) and now my >

Processor Issues after upgrade from 2.12.3 to 2.13.1

2014-06-26 Thread John Dubchak
Hi, I upgraded SMX 5.0.0 to 5.1.0 (which was Camel 2.12.3 to 2.13.1) and now my simple route with a single processor has stopped working. // Processor public class MyProcessor extends ConfigurableBase implements Processor { public void process(Exchange exchange) throws Exception {