Jorn, hopefully the last changes to the uima core have fixed a problem you were having while deploying multiple instances of a Uima Aggregate with an embedded CM. Thanks for finding this. Can you please confirm that the code fix has resolved your problem.
Thanks, Jerry On Thu, Jun 25, 2009 at 9:34 AM, Jaroslaw Cwiklik <[email protected]> wrote: > PARAM_NUM_SIMULTANEOUS_REQUESTS is not used directly by Uima AS. The scale > out for Uima AS service is controlled by settings in the deployment > descriptor. I believe the PARAM_NUM_SIMULTANEOUS_REQUESTS is used in either > SOAP based or Vinci based service wrappers. > -jerry > > > On Thu, Jun 25, 2009 at 6:23 AM, Jörn Kottmann <[email protected]> wrote: > >> Jaroslaw Cwiklik wrote: >> >>> We should probably add a new test case to the uima core test suite as >>> well. >>> I'll use your example code from a previous thread for that. >>> -jerry >>> >> >> I derived the code from our test code. You can just >> add it to AnalysisEngine_ImplTest.testProcessAndOutputNewCASes. >> >> Can you please comment on if PARAM_NUM_SIMULTANEOUS_REQUESTS >> is necessary for the UIMA AS code which creates the multiple AE instances >> ? >> >> Jörn >> > >
