[
https://issues.apache.org/jira/browse/CXF-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Will Gomes updated CXF-973:
---------------------------
Attachment: patch.txt
Patch to fix java.lang.NoSuchMethodException in
org.apache.cxf.interceptor.ClientFaultConverter when Exception class annotated
with @WebFault and doesn't contain constructor taking in fault bean argument.
> WebFault(faultBean="...") not used
> ----------------------------------
>
> Key: CXF-973
> URL: https://issues.apache.org/jira/browse/CXF-973
> Project: CXF
> Issue Type: Bug
> Components: JAX-WS Runtime
> Affects Versions: 2.0.1
> Reporter: Daniel Kulp
> Attachments: patch.txt
>
>
> If an Application exception has a WebFault annotation with a faultBean
> specified, the runtime should be copying the data from the Exception to the
> faultBean and using that in JAXB. It should also use that when
> deserializing the exception.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.