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/15 21:15:08 UTC

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

Author: cwiklik
Date: Tue Sep 15 19:15:07 2009
New Revision: 815454

URL: http://svn.apache.org/viewvc?rev=815454&view=rev
Log:
UIMA-1437 Changed broker URL to http://localhost:7888 on the remote delegate to make it fail. 

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

Modified: incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateAnnotatorWithHttpDelegateNoRetries.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateAnnotatorWithHttpDelegateNoRetries.xml?rev=815454&r1=815453&r2=815454&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateAnnotatorWithHttpDelegateNoRetries.xml (original)
+++ incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateAnnotatorWithHttpDelegateNoRetries.xml Tue Sep 15 19:15:07 2009
@@ -41,7 +41,7 @@
           </analysisEngine>
 
           <remoteAnalysisEngine key="NoOp">
-	                  <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="http://localhost:8888"/>
+	                  <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="http://localhost:7888"/>
 	                  <serializer method="xmi"/>
                       <asyncAggregateErrorConfiguration>
                             <getMetadataErrors maxRetries="0" timeout="4000" errorAction="terminate" />