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 2009/09/18 05:46:09 UTC

svn commit: r816458 - /camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/cxfbean/CxfBeanTest-context.xml

Author: ningjiang
Date: Fri Sep 18 03:46:08 2009
New Revision: 816458

URL: http://svn.apache.org/viewvc?rev=816458&view=rev
Log:
CAMEL-1989 Updated the wiki page tags

Modified:
    camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/cxfbean/CxfBeanTest-context.xml

Modified: camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/cxfbean/CxfBeanTest-context.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/cxfbean/CxfBeanTest-context.xml?rev=816458&r1=816457&r2=816458&view=diff
==============================================================================
--- camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/cxfbean/CxfBeanTest-context.xml (original)
+++ camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/cxfbean/CxfBeanTest-context.xml Fri Sep 18 03:46:08 2009
@@ -66,10 +66,12 @@
 			<from uri="cxf:bean:routerEndpoint?dataFormat=PAYLOAD" />
 			<to uri="cxf:bean:serviceEndpoint?dataFormat=PAYLOAD" />
 		</route>
+		<!-- START SNIPPET: routeDefinition -->
 		<route>
 			<from uri="jetty:http://localhost:9000?matchOnUriPrefix=true" />
 			<to uri="cxfbean:customerServiceBean" />
 		</route>
+		<!-- END SNIPPET: routeDefinition -->	
 		<route>
 			<from uri="jetty:http://localhost:9090?matchOnUriPrefix=true" />
 			<to uri="cxfbean:jaxwsBean" />