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 2007/09/05 20:49:34 UTC

[jira] Created: (CXF-973) WebFault(faultBean="...") not used

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



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.


[jira] Commented: (CXF-973) WebFault(faultBean="...") not used

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548447 ] 

Daniel Kulp commented on CXF-973:
---------------------------------


The server side part is now working by updating the WebFaultOutInterceptor. 

Client side still needs quite a bit of work.




> 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
>
> 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.