You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2014/11/04 09:45:33 UTC

[jira] [Created] (CAMEL-7995) Route model - Keep the {{ }} placeholders and allow api to get the model with the resolved values

Claus Ibsen created CAMEL-7995:
----------------------------------

             Summary: Route model - Keep the {{ }} placeholders and allow api to get the model with the resolved values
                 Key: CAMEL-7995
                 URL: https://issues.apache.org/jira/browse/CAMEL-7995
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
             Fix For: 3.0.0, Future


When you define routes using {{ }} placeholders, they get resolved when Camel builds the runtime route. And the route model gets updated with the resolved values, eg so {{ }} gets replaced with the value.

So when you dump the route model as xml (eg as source) then you loose the {{ }} placeholders and see the actual values.

We should allow to keep the {{ }} so the route model is 100% as designed, but we should also store the resolved values that the runtime route is using, so you can see those values as well.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)