Repository: camel Updated Branches: refs/heads/master 943054ce9 -> ef9968942
Updated the test to verify the blueprint placeholder setting of HttpConduit Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d35bb228 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d35bb228 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d35bb228 Branch: refs/heads/master Commit: d35bb228c5c8d4fc3c49f0d40e64d4db46401269 Parents: 943054c Author: Willem Jiang <willem.ji...@gmail.com> Authored: Tue May 26 15:53:27 2015 +0800 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Tue May 26 15:53:27 2015 +0800 ---------------------------------------------------------------------- .../org/apache/camel/test/cxf/blueprint/CxfEndpointBeans.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d35bb228/tests/camel-blueprint-cxf-test/src/test/resources/org/apache/camel/test/cxf/blueprint/CxfEndpointBeans.xml ---------------------------------------------------------------------- diff --git a/tests/camel-blueprint-cxf-test/src/test/resources/org/apache/camel/test/cxf/blueprint/CxfEndpointBeans.xml b/tests/camel-blueprint-cxf-test/src/test/resources/org/apache/camel/test/cxf/blueprint/CxfEndpointBeans.xml index 5e0db2a..e1b7c9b 100644 --- a/tests/camel-blueprint-cxf-test/src/test/resources/org/apache/camel/test/cxf/blueprint/CxfEndpointBeans.xml +++ b/tests/camel-blueprint-cxf-test/src/test/resources/org/apache/camel/test/cxf/blueprint/CxfEndpointBeans.xml @@ -44,6 +44,7 @@ <cm:property name="transportId" value="http://cxf.apache.org/transports/http" /> <cm:property name="serviceName" value="{http://org.apache.camel.component.cxf}myService" /> <cm:property name="endpointName" value="{http://org.apache.camel.component.cxf}myEndpoint" /> + <cm:property name="receiveTimeout" value="200" /> <cm:property name="wsdlURL" value="wsdl/test.wsdl" /> </cm:default-properties> </cm:property-placeholder> @@ -92,7 +93,7 @@ <!-- Setting the http conduit policy --> <http-conf:conduit name="{http://cxf.component.camel.apache.org/}HelloServicePort.http-conduit"> - <http-conf:client ReceiveTimeout="500" + <http-conf:client ReceiveTimeout="${receiveTimeout}" MaxRetransmits="1" AllowChunking="false" /> </http-conf:conduit>