You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Arno van de Kamp (JIRA)" <ji...@apache.org> on 2011/08/27 21:34:38 UTC

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

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

        

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

Posted by "Richard Kettelerij (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Kettelerij reassigned CAMEL-4389:
-----------------------------------------

    Assignee: Richard Kettelerij

> 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
>            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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Richard Kettelerij (Updated) (JIRA)" <ji...@apache.org>.
     [ 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