Looking at your code, it looks as though you aren't substituting a mock
endpoint for your bean. The regular bean gets the message, but not the
mock endpoint.
In your test class, add the following:
@Override
public String isMockEndpoints() {
// override this method and return th
Hi Franz,
I wanted to look at this but had not had time and a little late to comment.
One question or concern that I had wasthat this would change the
behavior of the existing tunneling scenarios using some soap headers,
no?
In other other words, some unwanted headers might tunnel through and
show
Hi
I have written simple unit test for quartz but there error :
java.lang.AssertionError: mock://bean:expedioDataLoadJob Received message
count. Expected: <1> but was: <0>
at
org.apache.camel.component.mock.MockEndpoint.fail(MockEndpoint.java:1394)
at
org.apache.camel.component.mo