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 2009/09/01 16:44:36 UTC

svn commit: r810077 - /incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithCpCException.xml

Author: cwiklik
Date: Tue Sep  1 14:44:36 2009
New Revision: 810077

URL: http://svn.apache.org/viewvc?rev=810077&view=rev
Log:
UIMA-1437 Modified to continue on CPC error

Modified:
    incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithCpCException.xml

Modified: incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithCpCException.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithCpCException.xml?rev=810077&r1=810076&r2=810077&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithCpCException.xml (original)
+++ incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithCpCException.xml Tue Sep  1 14:44:36 2009
@@ -37,7 +37,7 @@
       <analysisEngine>
       <asyncPrimitiveErrorConfiguration>
            <!-- <processCasErrors thresholdCount="4" thresholdWindow="10" thresholdAction="terminate" /> -->
-           <collectionProcessCompleteErrors additionalErrorAction="terminate" />
+           <collectionProcessCompleteErrors additionalErrorAction="continue" />
       </asyncPrimitiveErrorConfiguration>
       </analysisEngine>