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
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.