Re: Problem with StatusCallBackListener

2012-08-07 Thread Jaroslaw Cwiklik
Christine, I took another look at this and tested the code. You are right, the listener's batchProcessComplete() is not called no matter what the batchSize is set to. I think the real intent for the Checkpoint... element within CpeConfig... is to define a checkpoint file and frequency of

Re: Problem with StatusCallBackListener

2012-08-07 Thread Jaroslaw Cwiklik
Christine, I realized that I need to make one more clarification regarding the batchProcessComplete(). The listener's batchProcessComplete() is*not* called when CasProcessor Checkpoint ... batchSize is reached. The CPM calls, AnalysisEngine batchProcessComplete method instead. This allows the AE

Re: Problem with StatusCallBackListener

2012-08-07 Thread Christine Engelmann
Hi Jerry, thanks a lot for the information. I already suspected that the listener's batchProcessComplete() is never called, but it's good to get some clarification on that. I guess the easiest way is really to do batch managing via entityProcessComplete() and this is actually what I did in the

Re: Problem with StatusCallBackListener

2012-08-01 Thread Jaroslaw Cwiklik
If I recall, you need to modify checkpoint element and set batch attribute to enable this function. I think, by default this method is not called since batch=0 (default). JC On Tue, Jul 31, 2012 at 3:22 PM, Christine Engelmann chr.engelm...@gmx.netwrote: Hi, I seem to have some issues with

Problem with StatusCallBackListener

2012-07-31 Thread Christine Engelmann
Hi, I seem to have some issues with the batchProcessComplete()-method in the StatusCallBackListener of which I'm using an implementation in conjunction with a cpe. How and where do I set the corresponding batch size? Is this done in the chekpoint element of the cpe configuration or somewhere