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 2019/07/05 09:32:00 UTC

[jira] [Created] (CAMEL-13727) Endpoint DSL - Do not generate path parameters as they cannot be set individually

Claus Ibsen created CAMEL-13727:
-----------------------------------

             Summary: Endpoint DSL - Do not generate path parameters as they cannot be set individually
                 Key: CAMEL-13727
                 URL: https://issues.apache.org/jira/browse/CAMEL-13727
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 3.0.0, 3.0.0.M4


For example

bean("").beanName("myBean")

is not working, you should do

bean("myBean");

For the former to work we need to allow to do

bean().beanName()...

And have the endpoint DSL know its a path parameter and built the uri correctly which is hard as this requires camel-catalog to build the uri as it knows all the complexity of building with path parameters. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)