[
https://issues.apache.org/jira/browse/CAMEL-13727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-13727.
---------------------------------
Resolution: Fixed
> 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
> Priority: Major
> 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)