Re: Mocking predicate in existing camel route

2014-06-18 Thread ascetic
Claus Ibsen-2 wrote > Hi > > You cannot advice the predicates inside the eips such as the CBR. You > can instead replace the entire CBR with your own which you can provide > in the route builder. I'm afraid this solution is not acceptable, because in that case i won't be able to add a new process

Re: Mocking predicate in existing camel route

2014-06-18 Thread Claus Ibsen
Hi You cannot advice the predicates inside the eips such as the CBR. You can instead replace the entire CBR with your own which you can provide in the route builder. On Wed, Jun 18, 2014 at 11:58 AM, ascetic wrote: > Hello. I have a route > > from("direct:slr").routeId("slr") >