Author: ffang
Date: Tue Mar 27 19:28:40 2007
New Revision: 523145
URL: http://svn.apache.org/viewvc?view=rev&rev=523145
Log:
[CXF-491] in hello_world sample, cann't throw the expected exception
Added:
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/cxf.xml
(with props)
Added:
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=auto&rev=523145
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/cxf.xml
(added)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/cxf.xml
Tue Mar 27 19:28:40 2007
@@ -0,0 +1,18 @@
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
+
+ <bean id="{http://apache.org/hello_world_soap_http}SOAPService"
abstract="true">
+ <property name="enableSchemaValidationForAllPort">
+ <value>true</value>
+ </property>
+ </bean>
+
+ <bean id="{http://apache.org/hello_world_soap_http}SoapPort"
abstract="true">
+ <property name="enableSchemaValidation">
+ <value>true</value>
+ </property>
+ </bean>
+
+</beans>
+
Propchange:
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/cxf.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/cxf.xml
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/cxf.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml