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/23 20:46:54 UTC

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

Author: cwiklik
Date: Wed Sep 23 18:46:54 2009
New Revision: 818196

URL: http://svn.apache.org/viewvc?rev=818196&view=rev
Log:
UIMA-1269 Change serialization to binary for remote delegate

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

Modified: incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateAnnotatorWithInternalCM1000Docs.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateAnnotatorWithInternalCM1000Docs.xml?rev=818196&r1=818195&r2=818196&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateAnnotatorWithInternalCM1000Docs.xml (original)
+++ incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateAnnotatorWithInternalCM1000Docs.xml Wed Sep 23 18:46:54 2009
@@ -42,7 +42,7 @@
 
           <remoteAnalysisEngine key="NoOp">
 	                  <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="tcp://localhost:8118"/>
-	                  <serializer method="xmi"/>
+	                  <serializer method="binary"/>
                       <asyncAggregateErrorConfiguration>
                             <getMetadataErrors maxRetries="3" timeout="5000" errorAction="continue" />
                             <processCasErrors maxRetries="0" timeout="5000" thresholdCount="1" thresholdAction="terminate" />