You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2010/03/29 05:01:08 UTC

[jira] Resolved: (CAMEL-2575) CXFRS Routing in 2.2.0 does not behave like in 2.0.0

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

Willem Jiang resolved CAMEL-2575.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.0

I just committed a quick fix for this issue,  it relates to the message header of Exchange.HTTP_PATH.

> CXFRS Routing in 2.2.0 does not behave like in 2.0.0
> ----------------------------------------------------
>
>                 Key: CAMEL-2575
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2575
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 2.2.0
>         Environment: Spring
>            Reporter: Jejomar Dimayuga
>            Assignee: Willem Jiang
>             Fix For: 2.3.0
>
>
> CXFRS Routing in Camel 2.0.0 works  well with these endPoints:
> <cxf:rsServer id="restRouter" address="/restRouter/"	
>       serviceClass="com.project.service.impl.ServiceManagerImpl"   />
>       
>      <cxf:rsClient id="restEndpoint" address="http://localhost:8080/services/rest"
>       serviceClass="com.project.service.impl.ServiceManagerImpl" />
> In Camel 2.2.0, Routing fails with error causing the CXF Client to invoke a 404 not found Rest Service which is 'http://localhost:8080/services/rest/restRouter/Path'.
> The address of cxf:rsClient is being appended by the cxf:rsServer's address

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.