You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Burgazzoli (JIRA)" <ji...@apache.org> on 2017/04/20 08:01:04 UTC

[jira] [Updated] (CAMEL-11170) Service Call : add a spi for component to provide a custom expression to build the camel uri

     [ https://issues.apache.org/jira/browse/CAMEL-11170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luca Burgazzoli updated CAMEL-11170:
------------------------------------
    Fix Version/s:     (was: 2.20.0)
                   2.19.0

> Service Call : add a spi for component to provide a custom expression to build the camel uri
> --------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-11170
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11170
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Luca Burgazzoli
>            Assignee: Luca Burgazzoli
>             Fix For: 2.19.0
>
>
> As today the service call eip creates the an uri which is compatible with camel-http4 and has the form of component:host:port/path?options but if you want to use a different component like jetty/undertow you need to tweak also how the uri is created using the uri/expression directives as they expect the uri to be in the form component:http://host:port.
> It would be nice if the service call can use a spi/service-loader to provide its own expression so that a user needs to specify the component name only.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)