Author: andreasmyth
Date: Fri Jun 8 00:46:05 2007
New Revision: 545446
URL: http://svn.apache.org/viewvc?view=rev&rev=545446
Log:
[JIRA CXF-678] Ensured validating parser is used in all samples and fixed
remaining invalid cfg files.
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/common_build.xml
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/build.xml
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/cxf.xml
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/common_build.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/common_build.xml?view=diff&rev=545446&r1=545445&r2=545446
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/common_build.xml
(original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/common_build.xml
Fri Jun 8 00:46:05 2007
@@ -200,14 +200,12 @@
</not>
</condition>
<property name="binding.arg" value=""/>
- <property name="spring.validation.mode" value="VALIDATION_AUTO"/>
<java failonerror="true"
classname="org.apache.cxf.tools.wsdlto.WSDLToJava" fork="yes">
<classpath>
<path refid="cxf.classpath" />
</classpath>
<sysproperty key="java.util.logging.config.file"
value="${cxf.etc.dir}/logging.properties"/>
<sysproperty key="exitOnFinish" value="true"/>
- <sysproperty key="spring.validation.mode"
value="${spring.validation.mode}"/>
<arg line="@{servicename.arg}"/>
<arg line="[EMAIL PROTECTED]"/>
<arg line="${binding.arg}"/>
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/build.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/build.xml?view=diff&rev=545446&r1=545445&r2=545446
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/build.xml
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/build.xml
Fri Jun 8 00:46:05 2007
@@ -44,7 +44,6 @@
<target name="generate.code">
<echo level="info" message="Generating code using wsdl2java..."/>
- <property name="spring.validation.mode" value="VALIDATION_NONE"/>
<wsdl2java file="hello_world.wsdl"/>
</target>
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/cxf.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/cxf.xml?view=diff&rev=545446&r1=545445&r2=545446
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/cxf.xml
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/cxf.xml
Fri Jun 8 00:46:05 2007
@@ -24,9 +24,9 @@
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://cxf.apache.org/bindings/soap
http://cxf.apache.org/schema/bindings/soap.xsd
-http://cxf.apache.org/jaxws http://cxf.apache.org/schema/jaxws.xsd">
+http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd">
- <bean id="{http://apache.org/hello_world_soap_http}SOAPService"
abstract="true">
+ <bean name="{http://apache.org/hello_world_soap_http}SOAPService"
abstract="true">
<property name="properties">
<map>
<entry key="schema-validation-enabled" value="true" />
@@ -34,7 +34,7 @@
</property>
</bean>
- <jaxws:endpoint id="{http://apache.org/hello_world_soap_http}SoapPort"
+ <jaxws:endpoint name="{http://apache.org/hello_world_soap_http}SoapPort"
createdFromAPI="true">
<jaxws:properties>
<entry key="schema-validation-enabled" value="true" />