NPE being thrown from JAXBEncoderDecoder
----------------------------------------

                 Key: CXF-2022
                 URL: https://issues.apache.org/jira/browse/CXF-2022
             Project: CXF
          Issue Type: Bug
            Reporter: Sean O'Callaghan




SchemaInfo sch is being accessed without a check if it is null, hence NPE:

            SchemaInfo sch =
part.getMessageInfo().getOperation().getInterface()
                .getService().getSchema(namespace);
            if (!sch.isElementFormQualified()) { // <== NPE
                namespace = null;
            }



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to