Re: Camel Testing Framework

2011-07-26 Thread klua
de my doStart() method, to avoid calling getProcessor().process(exchange) before the services had been started. Hope this helps someone in a similar situation. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Testing-Framework-tp4631765p4635585.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Testing Framework

2011-07-25 Thread Willem Jiang
Can you show us the full version of Camel route configure? There is no any mock endpoint which is named with "mock://static" in the route. I can't tell what is wrong base on your description :( On 7/26/11 1:57 AM, Kaul, Prerna wrote: Hi, I am trying to use the Camel Spring Junit test framew

Camel Testing Framework

2011-07-25 Thread Kaul, Prerna
Hi, I am trying to use the Camel Spring Junit test framework. I have defined a route which has a polling consumer(not "direct:start" but "myComponent:parameters") and a mock processor endpoint ("mock:result"), using Spring DSL. When I start the Junit test, I receive the er