Re: Runtime error after upgrading to camel 3.0 - stepwise construction of camel RouteDefinition

2020-01-03 Thread Claus Ibsen
Hi If you enable TRACE logging on camel, then you should see this line before the exception if (LOG.isTraceEnabled()) { LOG.trace("There are {} properties on: {}", readProperties.size(), definition); } What does the log says On Fri, Jan 3, 2020 at 8:06 PM Reji Mathews wrote: > > Hello

Runtime error after upgrading to camel 3.0 - stepwise construction of camel RouteDefinition

2020-01-03 Thread Reji Mathews
Hello Camel users community I have a code snippet which builds RouteDefinition via handler chains. I just upgraded to camel 3.0 version Following is the code snippet @Override public RouteDefinition handle(RestDefinition restDef, Step flowStep) throws Exception { LOGGER.info("File handler