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)

Reply via email to