Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Concepts/JAXWS-RT/Stacktrace"

< Scout‎ | Concepts‎ | JAXWS-RT
(New page: {{ScoutPage|cat=JAXWS-RT}} You can control whether to propagate the stacktrace of uncaught exceptions back to the caller. For that reason, set the stacktrace property in config.ini accordi...)
 
 
Line 1: Line 1:
{{ScoutPage|cat=JAXWS-RT}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
You can control whether to propagate the stacktrace of uncaught exceptions back to the caller.
+
For that reason, set the stacktrace property in config.ini accordingly. By default, the stacktrace is disabled.
+
<pre>org.eclipse.scout.jaxws216.stacktrace=true</pre>
+

Latest revision as of 07:22, 18 March 2024

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top