AW: invoke mock after convertBodyTo

2018-10-17 Thread christian.jacob
Hi there, in the meantime I found the reason for the error: my converter had thrown an exception, and that did not show up. Kind regards, Christian Jacob Von: Jacob, Christian Gesendet: Mittwoch, 17. Oktober 2018 10:04 An: users@camel.apache.org Betreff: invoke mock after convertBodyTo Hi

invoke mock after convertBodyTo

2018-10-17 Thread christian.jacob
Hi there, I have a problem with invoking a mock after using a custom converter. In my test class, I've injected the MockEndpoint this way: @EndpointInject(uri = "mock:simpleMeasureConverted") private MockEndpoint mockSimpleMeasureConverted; and in my route, it is invoked this way: