Author: ningjiang
Date: Mon Aug 22 10:19:36 2011
New Revision: 1160188
URL: http://svn.apache.org/viewvc?rev=1160188&view=rev
Log:
Update the cxf unit test wsdlURL attribute with classpath scheme
Modified:
camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/WsdlFirstBeans.xml
Modified:
camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/WsdlFirstBeans.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/WsdlFirstBeans.xml?rev=1160188&r1=1160187&r2=1160188&view=diff
==============================================================================
---
camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/WsdlFirstBeans.xml
(original)
+++
camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/WsdlFirstBeans.xml
Mon Aug 22 10:19:36 2011
@@ -17,7 +17,7 @@
<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
- <cxf:cxfEndpoint xmlns:person="http://camel.apache.org/wsdl-first"
address="http://localhost:${CXFTestSupport.port2}/CxfWsdlFirstTest/PersonService/"
endpointName="person:soap" id="routerEndpoint"
serviceClass="org.apache.camel.wsdl_first.Person"
serviceName="person:PersonService" wsdlURL="person.wsdl">
+ <cxf:cxfEndpoint xmlns:person="http://camel.apache.org/wsdl-first"
address="http://localhost:${CXFTestSupport.port2}/CxfWsdlFirstTest/PersonService/"
endpointName="person:soap" id="routerEndpoint"
serviceClass="org.apache.camel.wsdl_first.Person"
serviceName="person:PersonService" wsdlURL="classpath:person.wsdl">
<cxf:properties>
<entry key="schema-validation-enabled" value="true"/>
</cxf:properties>