Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.2.3, 2.2.4
-
None
-
Windows, Java 6
-
Novice
Description
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.