[
https://issues.apache.org/jira/browse/CXF-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483909#comment-13483909
]
Richard Opalka commented on CXF-4600:
-------------------------------------
Hi Aki,
I will not remove @XmlTransient annotation on Exception class, because I
want it there (this is my usecase).
See javadoc of @XmlTransient annotation:
http://docs.oracle.com/javaee/6/api/javax/xml/bind/annotation/XmlTransient.html
Also notice, that this scenario works for method parameters and return types
without problems, but not for exceptions
(see provided reproducer)
> Exception inheritance not working over SOAP protocol
> ----------------------------------------------------
>
> Key: CXF-4600
> URL: https://issues.apache.org/jira/browse/CXF-4600
> Project: CXF
> Issue Type: Bug
> Components: JAXB Databinding
> Affects Versions: 2.4.10, 2.5.6, 2.6.3, 2.7.0
> Reporter: Richard Opalka
> Fix For: 2.4.11, 2.5.7, 2.6.4, 2.7.1
>
> Attachments: CXF-4600-reproducer.zip
>
>
> If method parameter or return type are subject to object inheritance,
> passing such complex classes works without any problems over SOAP.
> But when exception is subject to object inheritance, the inheritance
> is unfunctional over SOAP protocol.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira