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
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
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
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
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
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
using Camel 2.7.2
Thanks
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