Re: Spring-defined routes in akka-camel 2.2.1

2013-10-10 Thread nw31304
The problem is described fully here: http://stackoverflow.com/questions/19306531/akka-camel-2-2-1-route-definition-using-spring-xml -- View this message in context: http://camel.465427.n5.nabble.com/Spring-defined-routes-in-akka-camel-2-2-1-tp5740905p5741316.html Sent from the Camel - Users mai

Spring-defined routes in akka-camel 2.2.1

2013-10-04 Thread nw31304
I'm trying to use the akka-camel support to consume from a Camel endpoint from an akka 2.2.1 Actor. However, I'd like to define the endpoint as belonging to a routes in a CamelContext defined in a Spring XML file. Something roughly like: and then receive it in an actor, like so:This fails specta