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: Improvement
Components: camel-spring-ws
Affects Versions: 2.8.0
Reporter: Arno van de Kamp
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.
For more information on JIRA, see: http://www.atlassian.com/software/jira