Fixed the CxfRsProducerTest with CXF 2.7.11 staging kit

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ad9a87ac
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ad9a87ac
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ad9a87ac

Branch: refs/heads/camel-2.12.x
Commit: ad9a87acfec5a9d87a7830bf469c1e4162e9c054
Parents: 1defc7b
Author: Willem Jiang <[email protected]>
Authored: Wed Apr 9 21:33:10 2014 +0800
Committer: Willem Jiang <[email protected]>
Committed: Wed Apr 9 21:49:04 2014 +0800

----------------------------------------------------------------------
 .../component/cxf/jaxrs/CxfRsProducerClientFactoryCacheTest1.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ad9a87ac/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jaxrs/CxfRsProducerClientFactoryCacheTest1.xml
----------------------------------------------------------------------
diff --git 
a/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jaxrs/CxfRsProducerClientFactoryCacheTest1.xml
 
b/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jaxrs/CxfRsProducerClientFactoryCacheTest1.xml
index f1a3e3b..4597ead 100644
--- 
a/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jaxrs/CxfRsProducerClientFactoryCacheTest1.xml
+++ 
b/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jaxrs/CxfRsProducerClientFactoryCacheTest1.xml
@@ -28,7 +28,7 @@
   <bean 
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
 
   <jaxrs:server id="restService"
-                       
address="http://localhost:${CXFTestSupport.port1}/CxfRsProducerTest/"; 
+                       
address="http://localhost:${CXFTestSupport.port1}/CxfRsProducerClientFactoryCacheTest/";
 
                        staticSubresourceResolution="true">
     <jaxrs:serviceBeans>
       <ref bean="customerService"/>
@@ -37,7 +37,7 @@
   
   <bean id="customerService" 
class="org.apache.camel.component.cxf.jaxrs.testbean.CustomerService" />
    
-  <cxf:rsClient id="rsClientHttp" 
address="http://localhost:${CXFTestSupport.port1}/CxfRsProducerTest/"/>
+  <cxf:rsClient id="rsClientHttp" 
address="http://localhost:${CXFTestSupport.port1}/CxfRsProducerClientFactoryCacheTest/"/>
 
   <camelContext id="camel" xmlns="http://camel.apache.org/schema/spring";>
     <route>

Reply via email to