Exception thrown from CasMultiplier.process should be reported to client as
failure
-----------------------------------------------------------------------------------
Key: UIMA-1674
URL: https://issues.apache.org/jira/browse/UIMA-1674
Project: UIMA
Issue Type: Bug
Components: Async Scaleout
Affects Versions: 2.3AS
Reporter: Jörn Kottmann
Fix For: 2.3AS
The first Analysis Engine in our uima-as setup is a CasMultiplier,
we implement the process method and from this method our implementation
throws a RuntimeException, not nice but it can happen.
In the client interface we get the CAS back, but
EntityProcessStatus.isException returns false,
but it should return true and provide the exception.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.