You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/02/07 06:54:34 UTC

[camel] branch master updated: Fixed Camel-CXF Example Test

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f70416  Fixed Camel-CXF Example Test
8f70416 is described below

commit 8f704167cf2ac6dd4d6d3dce029d9a62f287640c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 7 07:53:55 2019 +0100

    Fixed Camel-CXF Example Test
---
 .../src/main/resources/META-INF/spring/CamelTransportSpringConfig.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/camel-example-cxf/src/main/resources/META-INF/spring/CamelTransportSpringConfig.xml b/examples/camel-example-cxf/src/main/resources/META-INF/spring/CamelTransportSpringConfig.xml
index 21c4816..1afcbf1 100644
--- a/examples/camel-example-cxf/src/main/resources/META-INF/spring/CamelTransportSpringConfig.xml
+++ b/examples/camel-example-cxf/src/main/resources/META-INF/spring/CamelTransportSpringConfig.xml
@@ -44,7 +44,7 @@
     <route>
       <from uri="jetty:http://localhost:{{port}}/GreeterContext/GreeterPort"/>
       <loadBalance>
-      	<custom ref="roundRobinRef"/>
+      	<customLoadBalancer ref="roundRobinRef"/>
         <to uri="direct:EndpointA"/>
         <to uri="direct:EndpointB"/>
       </loadBalance>
@@ -62,4 +62,4 @@
     <property name="suffix" value="EndpointB"/>
   </bean>
 
-</beans>
\ No newline at end of file
+</beans>