You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by wt...@apache.org on 2011/09/10 06:50:22 UTC

svn commit: r1167455 - /camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/spring/CxfEndpointBeans.xml

Author: wtam
Date: Sat Sep 10 04:50:22 2011
New Revision: 1167455

URL: http://svn.apache.org/viewvc?rev=1167455&view=rev
Log:
fix CxfEndpointBeanTest failure

Modified:
    camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/spring/CxfEndpointBeans.xml

Modified: camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/spring/CxfEndpointBeans.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/spring/CxfEndpointBeans.xml?rev=1167455&r1=1167454&r2=1167455&view=diff
==============================================================================
--- camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/spring/CxfEndpointBeans.xml (original)
+++ camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/spring/CxfEndpointBeans.xml Sat Sep 10 04:50:22 2011
@@ -40,15 +40,4 @@
   <cxf:cxfEndpoint id="serviceEndpoint" address="http://localhost:${CxfEndpointBeanTest.port2}/helloworld"
     serviceClass="org.apache.camel.component.cxf.HelloService"/>
 
-  <camelContext xmlns="http://camel.apache.org/schema/spring">
-     <route>
-        <from uri="direct:start" />
-        <to uri="cxf:bean:myEndpoint" />
-    </route>
-    <route>
-        <from uri="cxf:bean:myEndpoint" />
-        <to uri="mock:result" />
-    </route>
-  </camelContext>
-
 </beans>