CPM's StatusCallbackListener.getFailedComponentNames() doesnt identify failed
components
-----------------------------------------------------------------------------------------
Key: UIMA-2013
URL: https://issues.apache.org/jira/browse/UIMA-2013
Project: UIMA
Issue Type: Bug
Components: Collection Processing
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
Priority: Minor
Fix For: 2.3.2SDK
For some reason, the CPM doesnt set component name when notifying an
application of an error. Instead, it sets a context (like "Process") when an
error occurred. It would be useful for an application to know where the failure
happened. When exception is thrown, the CPE creates an instance of
EntityProcessStatusImpl and calls addEventStatus() to provide context as well
as the exception before forwarding this to an application via registered
listener callback. It seems that addEventStatus() needs to change to include
failed component name.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.