Re: Apache camel. InterceptSendTo doesn't work with bean endpoint

2016-03-25 Thread aturkin
Hello. thank you for your reply! I tried to use CamelSpringTestSupport and it works. My working example: public class TestTest extends CamelSpringTestSupport { @Override protected AbstractApplicationContext createApplicationContext() { return new ClassPathXmlApplic

Re: Apache camel. InterceptSendTo doesn't work with bean endpoint

2016-03-23 Thread Quinn Stevenson
Have you tried overriding isUseAdviceWith in your test? It’s mentioned in the docs http://camel.apache.org/advicewith.html > On Mar 22, 2016, at 5:14 AM, aturkin wrote: > > I can't understand why my tests don't work. I try intercept and skip sending