Re: Unable to run through the unit test

2015-07-24 Thread Jakub Korab
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

Re: To CXF experts: Setting of SOAP headers via the Camel Header "org.apache.cxf.headers.Header.list" for CXF data format "PAYLOAD"

2015-07-24 Thread Aki Yoshida
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

Unable to run through the unit test

2015-07-24 Thread vandana
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