You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2014/04/09 15:53:29 UTC

[1/2] git commit: Fixed the CxfRsProducerTest with CXF 2.7.11 staging kit

Repository: camel
Updated Branches:
  refs/heads/camel-2.12.x 1defc7b36 -> ad9a87acf
  refs/heads/camel-2.13.x 27c4a5213 -> 685e60dc8


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/685e60dc
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/685e60dc
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/685e60dc

Branch: refs/heads/camel-2.13.x
Commit: 685e60dc8c5331d4c689956b39336d8a10444cce
Parents: 27c4a52
Author: Willem Jiang <wi...@gmail.com>
Authored: Wed Apr 9 21:33:10 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Wed Apr 9 21:48:51 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/685e60dc/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>


[2/2] git commit: Fixed the CxfRsProducerTest with CXF 2.7.11 staging kit

Posted by ni...@apache.org.
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 <wi...@gmail.com>
Authored: Wed Apr 9 21:33:10 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
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>