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
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,
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