Skip to content

Commit 1fc064f

Browse files
committed
SWS-471
1 parent 7d4b41d commit 1fc064f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/docbkx/server.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,10 +1420,11 @@ public class AnnotationOrderEndpoint {
14201420
<programlisting><![CDATA[<beans>
14211421
<bean id="exceptionResolver"
14221422
class="org.springframework.ws.soap.server.endpoint.SoapFaultMappingExceptionResolver">
1423-
<property name="defaultFault" value="SERVER">
1424-
</property>
1423+
<property name="defaultFault" value="SERVER"/>
14251424
<property name="exceptionMappings">
1426-
org.springframework.oxm.ValidationFailureException=CLIENT,Invalid request
1425+
<value>
1426+
org.springframework.oxm.ValidationFailureException=CLIENT,Invalid request
1427+
</value>
14271428
</property>
14281429
</bean>
14291430
</beans>]]></programlisting>

0 commit comments

Comments
 (0)