Hi,
Sorry about that William. I fixed the problem. Here's the correct route.
And here's my spring junit test code for the same.
@EndpointInject(uri = "mock:static")
protected MockEndpoint staticEndpointURI;
@Test
public void testStatic(){
String body = null;
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