[
https://issues.apache.org/jira/browse/CAMEL-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard Kettelerij updated CAMEL-4389:
--------------------------------------
Issue Type: Sub-task (was: Improvement)
Parent: CAMEL-4425
> 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:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira