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 2013/05/26 11:40:22 UTC

[jira] [Resolved] (CAMEL-4389) Make the separator charachter '?' in the Camel spring-ws component adjustable.

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

Claus Ibsen resolved CAMEL-4389.
--------------------------------

    Resolution: Not A Problem

You can use <bean> style to define the endpoint instead of the uri style.
                
> Make the separator charachter '?' in the Camel spring-ws component adjustable.
> ------------------------------------------------------------------------------
>
>                 Key: CAMEL-4389
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4389
>             Project: Camel
>          Issue Type: Sub-task
>          Components: camel-spring-ws
>    Affects Versions: 2.8.0
>            Reporter: Arno van de Kamp
>            Assignee: Richard Kettelerij
>
> The Camel spring-ws component uses the '?' character to separate the Camel options like messageFactory from the URL.
> The URL itself may also use the '?' character : http://server/path/program?query_string.
> When using both '?' characters the following exception is raised:
> Failed to resolve endpoint: spring-ws:http://server/path/program?option=value?messageFactory=#messageFactory
> due to: There are 1 parameters that couldn't be set on the endpoint. Check the uri if the parameters are spelt correctly and that they are properties of the endpoint. Unknown parameters=[{channel=value?messageFactory=#messageFactory}] 
> When you make the separator character adjustable (with the default still '?') , you can define your own separator , depending on the content of the URL.
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira