This content has been marked as final.
Show 2 replies
-
1. Re: does replaceFromWith work with CamelBlueprintTestSupport?
davsclaus Aug 13, 2012 1:27 AM (in response to jasonnh)Did you override the method isUseAdviceWith and return true, as recommended here
http://camel.apache.org/advicewith.html
This is a hint to Camel that the advice is in use, to know this in advance when setting up the test case.
-
2. Re: does replaceFromWith work with CamelBlueprintTestSupport?
jasonnh Aug 13, 2012 5:08 AM (in response to davsclaus)Thanks for the response and yes I did override isUseAdviceWith to return true (please see attached project if you are interested in an example).