Re: Rest DSL Jetty multiple handlers causes java.lang.StackOverflowError

2015-11-03 Thread Karts
FYI as a workaround to this issue, I put the securityHandler in the restConfiguration and simply added an empty route with the other handler to my camel context: http://localhost:8080?handlers=jettyRequestLog"/> -- View this message in context: http://camel.465427.n5.nabble.com/Rest-D

Re: Rest DSL Jetty multiple handlers causes java.lang.StackOverflowError

2015-10-22 Thread Karts
This seems similar to https://issues.jboss.org/browse/ENTESB-2619 Also for brevity, below are the two handler beans:

Rest DSL Jetty multiple handlers causes java.lang.StackOverflowError

2015-10-21 Thread Karts
Hi, On 2.16.0, I am getting a StackOverflowError when I have multiple handlers defined for my restConfiguration jetty component. It works with single handlers. This causes the following exception on startup: 2015-10-21 21:29:59,543 [main ] W