UIMA-AS docs & JavaDocs don't fully describe the UimaASStatusCallbackListener interface ---------------------------------------------------------------------------------------
Key: UIMA-1367 URL: https://issues.apache.org/jira/browse/UIMA-1367 Project: UIMA Issue Type: Bug Reporter: Burn Lewis Priority: Minor They claim the callbacks provide an org.apache.uima.collection.EntityProcessStatus but it's actually an extension (org.apache.uima.aae.client.UimaASProcessStatus) with 2 extra methods. Also need a correction as says that "On success aStatus will be null" Also need to state when (or if) entityProcessComplete provides a null CAS, and that the input CAS is provided when an exception has occurred. Note: When running the tests I do see replies with a null CAS, with & without IDs in the status, but some are to be expected until 1358 is fixed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.