Re: JUnit route with routeContextRef

2014-08-09 Thread Rob
Thank you Claus, that worked well for me and has fixed some other problems I was having Regards, Rob -- View this message in context: http://camel.465427.n5.nabble.com/JUnit-route-with-routeContextRef-tp5754950p5754979.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: JUnit route with routeContextRef

2014-08-08 Thread Claus Ibsen
Hi You can include a route .xml file with that id, at first so its loaded before the original file. And in that xml file you just have empty routes. eg in that setConfigLocations then add your empty xml file first. On Fri, Aug 8, 2014 at 5:04 PM, Rob wrote: > Hi > > I have been trying to JUnit