I'm having integration tests which use AdviceWith in each method. Although I've marked them as @DirtiesContext it seems that interceptors previously applied with AdviceWith in one mothod are not removed when other method is called (seems camelContext does not destroy between test methods so multiple AdviceWith applies). I'd like to add some construct and clean up all interceptors into tearDown(). Is that possible?
-- View this message in context: http://camel.465427.n5.nabble.com/Is-that-possible-to-remove-Interceptor-previously-applied-with-AdwiceWith-tp5747420.html Sent from the Camel - Users mailing list archive at Nabble.com.
