Re: AdviceWithRouteBuider issue

2013-08-16 Thread Claus Ibsen
Hi Please use the @user mailing list / forum for these kind of questions, as we say: http://camel.apache.org/mailing-lists.html And your problem is that the advice code is inside the configure method, this is not allowed, you should put the advice code in the unit test method, eg as documented.

AdviceWithRouteBuider issue

2013-08-16 Thread George Wu(Geckos)
Hi Camel team folks I try to try to write code with tests AdviceWithRouteBuilder's explored API base on Camel 2.11 version, but got below error, please kindly help it, thanks a lot. I really refer to camel website listed guide line. http://camel.apache.org/advicewith.html You can of course comb