You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2014/07/11 18:44:05 UTC

[jira] [Created] (CXF-5872) JAXB Dispatch clients try to create a JAX-WS exception and NPE

Daniel Kulp created CXF-5872:
--------------------------------

             Summary: JAXB Dispatch clients try to create a JAX-WS exception and NPE
                 Key: CXF-5872
                 URL: https://issues.apache.org/jira/browse/CXF-5872
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
    Affects Versions: 3.0.0, 2.7.11
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp



JAX-WS Dispatch clients using a JAXB Context will use the context to parse returned faults into a JAXB object.  However, the next step in the ClientFaultConverter is to try and create an Exception object that is throwable from that.  Since Dispatch objects don't have the generated exceptions, this results in a null class and the cls.getConstructor calls will NPE.   Should just allow the default SOAPFaultException for dispatch clients.



--
This message was sent by Atlassian JIRA
(v6.2#6252)