[ 
https://issues.apache.org/jira/browse/CAMEL-14296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16995643#comment-16995643
 ] 

Andrea Cosentino commented on CAMEL-14296:
------------------------------------------

what do you mean with resolution incomplete?

> Camel advice with
> -----------------
>
>                 Key: CAMEL-14296
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14296
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-test
>    Affects Versions: 3.0.0
>            Reporter: michael elbaz
>            Priority: Major
>
> I can't use adviceWith with camel 3
> {code:java}
> @Override
> @Before
> public void setUp() throws Exception {
>      // Init...
>      super.setUp();
>      AdviceWithRouteBuilder.adviceWith(context(), "id", 
> adviceWithRouteBuilder -> {
>          adviceWithRouteBuilder.replaceFromWith("timer:foo");
>      });
> }
> {code}
> I see endpoint replacement but the context shutdown immediately 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to