[
https://issues.apache.org/jira/browse/CXF-6010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14139008#comment-14139008
]
Eirik Bjorsnos commented on CXF-6010:
-------------------------------------
This issue was probably introduced while adding support for schema validating
soap faults in CXF-5687
> 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)