Eirik Bjorsnos created CXF-6010:
-----------------------------------
Summary: NPE in MessageModeOutInterceptor.validateFaultDetail for
faults with no <detail>
Key: CXF-6010
URL: https://issues.apache.org/jira/browse/CXF-6010
Project: CXF
Issue Type: Bug
Reporter: Eirik Bjorsnos
When validating a SOAP Fault with no <detail> element,
MessageModeOutInterceptor.validateFaultDetail fails with a NPE while trying to
find the first child element of the detail element (which is null).
The fix should be easy: Add a null check before trying to validate a fault
detail.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)