Re: AdviceWithRouteBuilder.weaveById() creates duplicated endpoint

2014-06-06 Thread João Rodrigues
Hi Claus, I've submitted the JIRA ticket: https://issues.apache.org/jira/browse/CAMEL-7485 (hope its ok, that's my first ticket here at ASF). I've just updated the test case to include weaveByToString (same behavior of weaveById). Thanks On Fri, Jun 6, 2014 at 2:20 PM, Claus Ibsen wrote: > Hi

Re: AdviceWithRouteBuilder.weaveById() creates duplicated endpoint

2014-06-06 Thread Claus Ibsen
Hi Feel free to log a JIRA ticket http://camel.apache.org/support Also maybe try some of the other weaveByXXX to see if any of those works. On Thu, Jun 5, 2014 at 4:40 PM, João Rodrigues wrote: > Hi, > I've tried camel 2.13.0 and it shows the same symptoms. > > Thanks > > > On Wed, Jun 4, 2014

Re: AdviceWithRouteBuilder.weaveById() creates duplicated endpoint

2014-06-05 Thread João Rodrigues
Hi, I've tried camel 2.13.0 and it shows the same symptoms. Thanks On Wed, Jun 4, 2014 at 11:59 PM, João Rodrigues wrote: > I've noticed the weaveById() creates a duplicated endpoint if there's a > "choice" in my camel route. > I'm running camel 2.12.3 with java 1.7.0_55. > > I've built a test