Author: cwiklik Date: Fri May 18 14:30:29 2012 New Revision: 1340107 URL: http://svn.apache.org/viewvc?rev=1340107&view=rev Log: UIMA-2355 update documentation to mention "continue" as a valid option for co-located delegates
Modified: uima/uima-as/trunk/uima-as-docbooks/src/docbook/ref.async.deployment.xml Modified: uima/uima-as/trunk/uima-as-docbooks/src/docbook/ref.async.deployment.xml URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-docbooks/src/docbook/ref.async.deployment.xml?rev=1340107&r1=1340106&r2=1340107&view=diff ============================================================================== --- uima/uima-as/trunk/uima-as-docbooks/src/docbook/ref.async.deployment.xml (original) +++ uima/uima-as/trunk/uima-as-docbooks/src/docbook/ref.async.deployment.xml Fri May 18 14:30:29 2012 @@ -691,8 +691,11 @@ under the License. aggregate. Warning: there are some conditions in the current implementation where this is not yet being done; this is a known issue. </para> <warning><para> If maxRetries > 0 or the continueOnRetryFailure attribute is 'true', the CAS will be saved - before sending it to remote delegates, to enable the these actions. For co-located delegates, the CAS is - <emphasis>not</emphasis> copied, therefore the retry and continue options are not allowed. </para> + before sending it to remote delegates, to enable these actions. For co-located delegates, the CAS is + <emphasis>not</emphasis> copied and a process failure may cause it to become corrupt. Even though this may + be true, the continue option is supported. It is the Flow Controller's responsibility to determine what to do + with a CAS that failed during processing. + </para> </warning> <para> The timeout attribute specifies the timeout values used when sending commands to the delegates. The units