It cannot find the application context. Everything I can find says it works
for vanilla java or spring XML files. I am using spring
boot/grails/gradle/groovy/camel DSL to define routes.
I looked in Camel in action MEAP (2nd edition). They want 2.17.1 camel.....
Camel in action 1st ed. does not seem to have anything useful.
It is either XML or it just says just do:
protected RouteBuilder createRouteBuilder() Throws.....{
return new myRoute()
}
It cannot find myRoute config due to the application context being empty.
Has anyone gotten tests to work under these conditions?
--
View this message in context:
http://camel.465427.n5.nabble.com/unit-testing-with-DSL-using-2-17-0-redhat-630187-tp5793886.html
Sent from the Camel - Users mailing list archive at Nabble.com.