Repository: camel Updated Branches: refs/heads/master ed5105800 -> 0b7588449
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/0b758844 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0b758844 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0b758844 Branch: refs/heads/master Commit: 0b7588449871cb814cb0be4c9d7798e8b138ab70 Parents: ed51058 Author: Willem Jiang <[email protected]> Authored: Wed Apr 9 21:33:10 2014 +0800 Committer: Willem Jiang <[email protected]> Committed: Wed Apr 9 21:34:33 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/0b758844/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>
