Re: Sofa-unaware AEs that create new views in an AAE

2014-04-22 Thread Eddie Epstein
I think so too. Have created https://issues.apache.org/jira/browse/UIMA-3765to cover this work. Eddie On Tue, Apr 22, 2014 at 12:26 PM, Peter Klügl wrote: > Am 22.04.2014 18:20, schrieb Peter Klügl: > > Am 22.04.2014 18:10, schrieb Eddie Epstein: > >> The current design supports passing a speci

Re: Deduplicating Annotations With Same coveredText

2014-04-22 Thread Marshall Schor
If you plan on running your pipeline in one JVM (rather than having it scaled out over multiple JVMs), you can consider using an external resource which would be a plain Java Set of the unique covered text so far found. Then, in the annotator (or annotators) that are adding new FeatureStructures r

Re: Sofa-unaware AEs that create new views in an AAE

2014-04-22 Thread Peter Klügl
Am 22.04.2014 18:20, schrieb Peter Klügl: > Am 22.04.2014 18:10, schrieb Eddie Epstein: >> The current design supports passing a specific view to an annotator: >> map the desired view to the default view and do not declare the >> annotator view aware by declaring input or output sofas. >> >> An alt

Re: Sofa-unaware AEs that create new views in an AAE

2014-04-22 Thread Peter Klügl
Am 22.04.2014 18:10, schrieb Eddie Epstein: > The current design supports passing a specific view to an annotator: > map the desired view to the default view and do not declare the > annotator view aware by declaring input or output sofas. > > An alternate, unambiguous design would be that the defa

Re: Sofa-unaware AEs that create new views in an AAE

2014-04-22 Thread Eddie Epstein
The current design supports passing a specific view to an annotator: map the desired view to the default view and do not declare the annotator view aware by declaring input or output sofas. An alternate, unambiguous design would be that the default view should always be delivered to the process me

Re: Sofa-unaware AEs that create new views in an AAE

2014-04-22 Thread Peter Klügl
I think there is no problem at all after I noticed that the analysis engine can use its local names of the views. I cannot use an arbitrary input view, but the initialView. It's not what I preferred, but it solves my problem. Sorry about the inconveniences. Best, Peter Am 22.04.2014 12:47, schr

Re: Hanging UIMA AS requests

2014-04-22 Thread Jaroslaw Cwiklik
Hi, do you see any evidence in the service log of any problems? The client side will block in sendAndReceive() until a reply comes back from the service. You can attach jconsole to the service to see if it is hung somewhere. Please check UIMA-AS README for instructions how to configure service to

Hanging UIMA AS requests

2014-04-22 Thread Frank Enders
Dear all, we are using a synchronous sendAndReceiveCAS() call within a webservice endpoint (JAX WS RI). Doing so, in some cases we find hanging requests, which are not getting completed. I am attaching a corresponding part of a thread dump. We are using UIMA AS 2.4.0. Application environment

Re: Sofa-unaware AEs that create new views in an AAE

2014-04-22 Thread Peter Klügl
Am 18.04.2014 15:23, schrieb Eddie Epstein: > On Thu, Apr 17, 2014 at 9:17 AM, Peter Klügl wrote: > >> Am 17.04.2014 15:01, schrieb Eddie Epstein: >>> Hi Peter, >>> >>> The logic is that since a sofa aware component may have one or >>> more input and/or output views, such a component needs to use >