cfbearden

Deployment Descriptor

Aug 16th, 2011
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.00 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <analysisEngineDeploymentDescription xmlns="http://uima.apache.org/resourceSpecifier">
  3.   <name>Deploy_DictionaryTest</name>
  4.   <description/>
  5.   <version>1.0</version>
  6.   <vendor/>
  7.   <deployment protocol="jms" provider="activemq">
  8.     <casPool numberOfCASes="1" initialFsHeapSize="2000000"/>
  9.     <service>
  10.       <inputQueue endpoint="CollectionReader" brokerURL="${defaultBrokerURL}" prefetch="0"/>
  11.       <topDescriptor>
  12.         <import location="SbmiUmlsSmallAggregatePlaintextProcessor.xml"/>
  13.       </topDescriptor>
  14.       <analysisEngine async="false">
  15.         <scaleout numberOfInstances="1"/>
  16.         <asyncPrimitiveErrorConfiguration>
  17.           <processCasErrors thresholdCount="0" thresholdWindow="0" thresholdAction="terminate"/>
  18.           <collectionProcessCompleteErrors timeout="0" additionalErrorAction="terminate"/>
  19.         </asyncPrimitiveErrorConfiguration>
  20.       </analysisEngine>
  21.     </service>
  22.   </deployment>
  23. </analysisEngineDeploymentDescription>
Advertisement
Add Comment
Please, Sign In to add comment