I've entered 2 Jira issues for this, https://issues.apache.org/jira/browse/UIMA-670 for making it basically work and https://issues.apache.org/jira/browse/UIMA-671 for adding support for the CPM calls of batchProcessComplete and collectionProcessComplete.
My guess is that these may take some time to fix, and are not scheduled for the 2.2.1 release (now in its final stages of testing before releasing, we hope), so in the meanwhile, I hope you can use the work-arounds. -Marshall Adam Lally wrote: > On Dec 6, 2007 9:44 AM, Baptiste GAILLARD <[EMAIL PROTECTED]> wrote: > >> Hi again, >> >> sorry but I still have problems even with the Cas Consumer inside an >> aggregate Analysis Engine. >> >> > > I scanned through the code and it looks like we have a bug with remote > CAS Consumers. > > I can think of two possible workarounds: Either wrap the CAS Consumer > in an Aggregate AE _on the service side_, or you might just be able to > change the <resourceType> in your client descriptor to AnalysisEngine > instead of CasConsumer. > > However, I saw while looking at the code that the > batchProcessComplete() and collectionProcessComplete() methods are > unimplemented through the SOAP interface. So if you need those you > may be out of luck, sorry. > > In recent versions of UIMA there is essentially no difference between > an AnalysisEngine and a CasConsumer, but apparently the SOAP Service > adapter hasn't kept up with the times. :( > > -Adam > > >
