You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2012/05/18 15:53:47 UTC

svn commit: r1340096 - /uima/uima-as/trunk/uima-as-docbooks/src/docbook/async.errorhandling.xml

Author: cwiklik
Date: Fri May 18 13:53:47 2012
New Revision: 1340096

URL: http://svn.apache.org/viewvc?rev=1340096&view=rev
Log:
UIMA-2388 Updated error handling doc to mention service self-destruct if action=terminate

Modified:
    uima/uima-as/trunk/uima-as-docbooks/src/docbook/async.errorhandling.xml

Modified: uima/uima-as/trunk/uima-as-docbooks/src/docbook/async.errorhandling.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-docbooks/src/docbook/async.errorhandling.xml?rev=1340096&r1=1340095&r2=1340096&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-docbooks/src/docbook/async.errorhandling.xml (original)
+++ uima/uima-as/trunk/uima-as-docbooks/src/docbook/async.errorhandling.xml Fri May 18 13:53:47 2012
@@ -302,6 +302,8 @@ under the License.
       called.</para>
     <note><para>The termination action applies to the entire aggregate service. Remote delegates are not
     affected.</para></note>
+    <note><para>By default, the service will self-destruct by calling System.exit(0) if the shutdown doesn't finish
+    within 40 seconds. To disable calling System.exit(0) define System property -DdontKill=true.</para></note>
     
     <figure id="ugr.async.eh.fig.terminate">
       <title>Terminate action</title>