Author: cwiklik Date: Wed Jul 7 13:48:13 2010 New Revision: 961375 URL: http://svn.apache.org/viewvc?rev=961375&view=rev Log: UIMA-1831 Removed absolute path to AE descriptor
Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_TokenSentenceRecognizer.xml Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_TokenSentenceRecognizer.xml URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_TokenSentenceRecognizer.xml?rev=961375&r1=961374&r2=961375&view=diff ============================================================================== --- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_TokenSentenceRecognizer.xml (original) +++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_TokenSentenceRecognizer.xml Wed Jul 7 13:48:13 2010 @@ -32,11 +32,10 @@ <service> <inputQueue endpoint="TokenSentenceRecognizerQueue" brokerURL="tcp://localhost:8118" prefetch="1"/> <topDescriptor> - <import location="C:/uima/releases/2.3.3-04/apache-uima/examples/descriptors/analysis_engine/SimpleTokenAndSentenceAnnotator.xml"/> + <import location="../descriptors/analysis_engine/SimpleTokenAndSentenceAnnotator.xml"/> </topDescriptor> <analysisEngine> <asyncPrimitiveErrorConfiguration> - <!-- <processCasErrors thresholdCount="4" thresholdWindow="10" thresholdAction="terminate" /> --> <collectionProcessCompleteErrors additionalErrorAction="terminate" /> </asyncPrimitiveErrorConfiguration> </analysisEngine>