You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2013/02/04 04:06:12 UTC

[jira] [Commented] (CXF-4790) Set lang and subcode for soapfault

    [ https://issues.apache.org/jira/browse/CXF-4790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569959#comment-13569959 ] 

Freeman Fang commented on CXF-4790:
-----------------------------------

Hi,

In your patch you have change for Soap12FaultOutInterceptor.java
{code}
-        if (message.getVersion() == Soap11.getInstance()) {
+        if (message.getVersion().getVersion() == 1.1) {
{code}

as message.getVersion() basically will return a singleton, so I'd keep this as is.

Freeman
                
> Set lang and subcode for soapfault
> ----------------------------------
>
>                 Key: CXF-4790
>                 URL: https://issues.apache.org/jira/browse/CXF-4790
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.6.4, 2.7.2, 2.8.0
>            Reporter: iris ding
>            Assignee: Freeman Fang
>            Priority: Minor
>             Fix For: 2.8.0
>
>         Attachments: cxf-4790.patch
>
>
> lang parameter in soapfault should be got dynamically when using jaxws frontend.
> subcode parameter in soapfault can not be set when using jaxws frontend.

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