You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ea...@apache.org on 2012/05/04 16:06:10 UTC

svn commit: r1333970 - /uima/uima-as/trunk/uima-as-docbooks/src/docbook/async.overview.xml

Author: eae
Date: Fri May  4 14:06:10 2012
New Revision: 1333970

URL: http://svn.apache.org/viewvc?rev=1333970&view=rev
Log:
UIMA-2398 - add automatic retry option

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

Modified: uima/uima-as/trunk/uima-as-docbooks/src/docbook/async.overview.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-docbooks/src/docbook/async.overview.xml?rev=1333970&r1=1333969&r2=1333970&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-docbooks/src/docbook/async.overview.xml (original)
+++ uima/uima-as/trunk/uima-as-docbooks/src/docbook/async.overview.xml Fri May  4 14:06:10 2012
@@ -1053,7 +1053,7 @@ under the License.
     <parameter name="getmetatimeout" 
                value="yyy"/>
     <parameter name="cpctimeout" 
-               value="zzz"/>                              
+               value="zzz"/>
   </parameters>
 </customResourceSpecifier>]]></programlisting>
     
@@ -1076,7 +1076,7 @@ under the License.
           <term>binary_serialization</term>
           <listitem>
             <para>Set to true to specify binary serialization (faster, but requires that the service
-              have exactly the same type system as the client).
+              have exactly the same type system as the client). The default is false => XMI serialization.
             </para>
           </listitem>
         </varlistentry>
@@ -1085,7 +1085,15 @@ under the License.
           <listitem>
             <para>Set to true to specify that any processing errors should be ignored.  In order for this
               to be reasonable, your calling environment must be able to continue somehow,
-              if the service fails.
+              if the service fails. The default is false.
+            </para>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term>retry</term>
+          <listitem>
+            <para>Set to the number of times to retry the process call in case of errors. The default is
+            0 => no retries.
             </para>
           </listitem>
         </varlistentry>