Re: CallBackListener (collectionProcessComplete)

2013-08-21 Thread Jaroslaw Cwiklik
Is your application calling UIMA-AS client collectionProcessComplete() method? - void collectionProcessingComplete(): Sends a Collection Processing Complete request to the UIMA-AS Analysis Service. This call is cascaded down to all delegates; however, if a particular delegate is scal

CallBackListener (collectionProcessComplete)

2013-08-21 Thread harshal patni
Hi, We are using UIMA-AS client to call the UIMA-AS server to retrieve results. We have implemented 2 methods in the CallBackListener (which by the way extends UimaAsBaseCallbackListener). The methods are follows - *entityProcessComplete