Extended tests are in the Apache Uima project called uimaj-as-activemq. Look
for:
TestUimaASExtended.java

The jUnit testcase is called: testScaledSyncAggregateProcess()
it uses this descriptor:

  <deployment protocol="jms" provider="activemq">
    <casPool numberOfCASes="5"/>
    <service>
      <inputQueue endpoint="TopLevelTaeQueue"
brokerURL="tcp://localhost:8118" prefetch="1"/>
      <topDescriptor>
        <import
location="../descriptors/analysis_engine/SimpleTestAggregate.xml"/>
      </topDescriptor>
      <analysisEngine async="false">
          <scaleout numberOfInstances="5"/>
      </analysisEngine>

    </service>
  </deployment>

-jerry

On Wed, Jun 24, 2009 at 4:44 PM, Jörn Kottmann <[email protected]> wrote:

> Jaroslaw Cwiklik wrote:
>
>> Yes, I've added a new test case called:
>> testScaledSyncAggregateProcess()
>>
>> in the extended tests.
>>
>>
> What are the extended tests ? Are they not part of Apache UIMA ?
> The commits you did for UIMA-1400 doesn't list the add of
> the test case. I am just curious and would like to have a look at it.
>
> Jörn
>
>

Reply via email to