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 2009/10/31 02:06:59 UTC

[jira] Resolved: (CXF-2511) The Soap11FaultOutInterceptor does not include the stacktrace even if FAULT_STACKTRACE_ENABLED is set

     [ https://issues.apache.org/jira/browse/CXF-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-2511.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.5
                   2.1.8
         Assignee: Daniel Kulp

Patch applied. Thanks!

> The Soap11FaultOutInterceptor does not include the stacktrace even if FAULT_STACKTRACE_ENABLED is set
> -----------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2511
>                 URL: https://issues.apache.org/jira/browse/CXF-2511
>             Project: CXF
>          Issue Type: Bug
>          Components: Soap Binding
>    Affects Versions: 2.2.3, 2.2.4
>         Environment: Windows, Java 6
>            Reporter: Chris Dail
>            Assignee: Daniel Kulp
>            Priority: Minor
>             Fix For: 2.1.8, 2.2.5
>
>         Attachments: Soap11FaultOutInterceptor.patch
>
>
> The stacktrace is not included in the SoapFault that is passed back to the client even if the FAULT_STACKTRACE_ENABLED is set to true. In a sample service I have the following property configured.
>       <jaxws:properties>
>           <entry key="faultStackTraceEnabled" value="true"/>
>       </jaxws:properties>
> I debugged the issue and found the property was indeed set when it reached the Soap11FaultOutInterceptor. I did get to the root of the problem and will submit a patch for the fix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.