Re: Unbalanced instances Unexpected behavior for the scaleout parameter

2012-02-22 Thread Jaroslaw Cwiklik
I am not certain, but perhaps you are running into a similar bug reported and fixed recently under https://issues.apache.org/jira/browse/UIMA-2354 Maybe the UIMA AS primitive service suffers from a similar problem than the UIMA AS aggregate as described in the JIRA. I will verify this soon. Anot

programmatically setting parameters on CpeCasProcessor objects

2012-02-22 Thread Joel Dubbels
I'm trying to launch a collection reader programmatically (from java) and am able to do the following: 1. instantiate a CpeDescription object from a descriptor file 2. get all the collection readers for that CpeDescription using the getAllCollectionCollectionReaders() method 3. for each reader,

Unbalanced instances Unexpected behavior for the scaleout parameter

2012-02-22 Thread Spico Florin
Hello! I have an UIMA pipeline that it is using the ParallelFlowController(PFC). In ths flow I'm declaring some delegates AE will run in parallel and serial one(consumer) that that will consume the messages from the first one. In the deployment descriptor the consumer is declared as a remote A