We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4b41d commit 1fc064fCopy full SHA for 1fc064f
src/docbkx/server.xml
@@ -1420,10 +1420,11 @@ public class AnnotationOrderEndpoint {
1420
<programlisting><![CDATA[<beans>
1421
<bean id="exceptionResolver"
1422
class="org.springframework.ws.soap.server.endpoint.SoapFaultMappingExceptionResolver">
1423
- <property name="defaultFault" value="SERVER">
1424
- </property>
+ <property name="defaultFault" value="SERVER"/>
1425
<property name="exceptionMappings">
1426
- org.springframework.oxm.ValidationFailureException=CLIENT,Invalid request
+ <value>
+ org.springframework.oxm.ValidationFailureException=CLIENT,Invalid request
1427
+ </value>
1428
</property>
1429
</bean>
1430
</beans>]]></programlisting>
0 commit comments