Author: schor
Date: Tue Jun  8 01:32:51 2010
New Revision: 952494

URL: http://svn.apache.org/viewvc?rev=952494&view=rev
Log:
[UIMA-1794] add documentation for new parameters for JMS Service descriptor

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=952494&r1=952493&r2=952494&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 Tue Jun  
8 01:32:51 2010
@@ -1049,6 +1049,28 @@ under the License.
       which processes one CAS at a time, so it will not take advantage of the 
scalability that UIMA AS provides. To
       process more than one CAS at a time, you must use the Asynchronous UIMA 
AS Client API 
       <xref linkend="ugr.ref.async.api"/>.</para>
+      
+    <para>Other parameters may be specified:
+      <variablelist>
+        <varlistentry>
+          <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).
+            </para>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term>ignore_process_errors</term>
+          <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.
+            </para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+      </para>
     <para>For more information on the customResourceSpecifier see <olink 
targetdoc="references"
         
targetptr="ugr.ref.xml.component_descriptor.custom_resource_specifiers"></olink>.
 </para>
   </section>


Reply via email to