Always got IndexOutOfBoundsException when customized id of wireTap component

2013-08-06 Thread liugang594 Liu
Hi All: When I'm tring to execute below route: from("timer:foo").wireTap("direct:a").id("wiretap_1").to("log:a"); from("direct:a").to("log:b"); I always got IndexOutOfBoundsException: Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: -1 at java.util.Collections$EmptyList.g

Re: Always got IndexOutOfBoundsException when customized id of wireTap component

2013-08-06 Thread Willem jiang
It's a bug of Camel. I can reproduce the error in the camel trunk and will dig it later today. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (Engli

Re: Always got IndexOutOfBoundsException when customized id of wireTap component

2013-08-06 Thread liugang594 Liu
Hi Willem: Welcome back. And I'll re-try after the fix. Thanks. 2013/8/7 Willem jiang > It's a bug of Camel. > I can reproduce the error in the camel trunk and will dig it later today. > > > -- > Willem Jiang > > Red Hat, Inc. > FuseSource is now part of Red Hat > Web: http://www.fusesource.