When I try running the below code, mixing the Java DSL in with Main, i'm getting "Failed to resolve endpoint Failed to resolve endpoint: netty://tcp://localhost:34444 due to: timer must be specified".
When looking at the code, it appears the NettyComponent.doStart() is not being called prior to creating the Endpoint. It works fine when I do from("netty:tcp://localhost:34444").to("file:/tmp"), but i'm actually trying to access the Endpoint as I'm building substantially more complicated routes with some one-to-many and many-to-one routes that are generated from a "simple" DSL i'm trying to provide. -- View this message in context: http://camel.465427.n5.nabble.com/Netty-timer-must-be-specified-tp5753611.html Sent from the Camel - Users mailing list archive at Nabble.com.