You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bo...@apache.org on 2007/09/24 20:55:20 UTC

svn commit: r578901 - /ode/branches/APACHE_ODE_1.1/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml

Author: boisvert
Date: Mon Sep 24 11:55:19 2007
New Revision: 578901

URL: http://svn.apache.org/viewvc?rev=578901&view=rev
Log:
Default to sending exception stack traces (root exception) for better "diagnosability"

Modified:
    ode/branches/APACHE_ODE_1.1/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml

Modified: ode/branches/APACHE_ODE_1.1/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.1/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml?rev=578901&r1=578900&r2=578901&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.1/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml (original)
+++ ode/branches/APACHE_ODE_1.1/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml Mon Sep 24 11:55:19 2007
@@ -35,13 +35,13 @@
 
     <!--During a fault, stacktrace can be sent with the fault message. The following flag will control -->
     <!--that behaviour.-->
-    <parameter name="sendStacktraceDetailsWithFaults" locked="false">false</parameter>
+    <parameter name="sendStacktraceDetailsWithFaults" locked="false">true</parameter>
 
     <!--If there aren't any information available to find out the fault reason, we set the message of the expcetion-->
     <!--as the faultreason/Reason. But when a fault is thrown from a service or some where, it will be -->
     <!--wrapped by different levels. Due to this the initial exception message can be lost. If this flag-->
     <!--is set then, Axis2 tries to get the first exception and set its message as the faultreason/Reason.-->
-    <parameter name="DrillDownToRootCauseForFaultReason" locked="false">false</parameter>
+    <parameter name="DrillDownToRootCauseForFaultReason" locked="false">true</parameter>
 
     <parameter name="userName" locked="false">admin</parameter>
     <parameter name="password" locked="false">axis2</parameter>