endDoTry() problem

2012-03-07 Thread XiaoPeng Li
similar bug https://issues.apache.org/jira/browse/CAMEL-4517 with endChoice(). My question is: will camel fix this problem to make sure it's OK to use endDoTry() in all cases? Best Regards Xiaopeng Li

RE: ??: How to test routes in exported OSGI bundles using Camel Test Framework

2011-08-31 Thread XiaoPeng Li
AM, XiaoPeng Li wrote: > Hi Jiang > > Thanks for your reply. > > Sorry about the unclear description. I mean someone has finished a Route with > some logic endpoints, and then exported it as an OSGI bundle. And if he/she > wants to test the Route, how to mock the real endpoi

答复: Problem when using Camel Load Balancer

2011-08-29 Thread XiaoPeng Li
Hi Claus Ibsen, According to you, the codes should be to("idempotentConsumer ...").to("direct:c ").to("direct:d "); However, I want to("idempotentConsumer ...").to("direct:c ").end().to("direct:d "); It seems there are different un

Problem when using Camel Load Balancer

2011-08-29 Thread XiaoPeng Li
ancer? It seems Camel cannot support this, is it a bug? All the first level endpoints under load balancer are the child endpoint of the load balancer Thanks Xiaopeng Li

Re: How to supoort unkown/user-defined parameters in Component

2011-08-28 Thread XiaoPeng Li
se unknown parameters in latter versions or it can provide user-defined parameters? Thanks. Xiaopeng Li -邮件原件- 发件人: Willem Jiang [mailto:willem.ji...@gmail.com] 发送时间: 2011年8月29日 10:51 收件人: users@camel.apache.org 主题: Re: How to supoort unkown/user-defined parameters in Component The URI o

答复: How to test routes in exported OSGI bundles using Camel Test Framework

2011-08-28 Thread XiaoPeng Li
ndpoint? " @EndpointInject(uri = "mock:result") protected MockEndpoint resultEndpoint;" Maybe I got some misunderstanding about Camel Test framework, I thought it was due to route developers who do the mock component replacement. Thanks Xiaopeng Li -邮件原件- 发件人: Willem Jiang

How to test routes in exported OSGI bundles using Camel Test Framework

2011-08-28 Thread XiaoPeng Li
using Camel 2.7.2 Thanks Xiaopeng Li

How to supoort unkown/user-defined parameters in Component

2011-08-28 Thread XiaoPeng Li
er-defined option parameter or some unknown option parameters, what should I do? I am using camel 2.7.2 Thanks Xiaopeng Li