[ https://issues.apache.org/jira/browse/UIMA-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12797282#action_12797282 ]
Jerry Cwiklik commented on UIMA-1674: ------------------------------------- Modified ProcessCasErrorHandler to attach Exception received from a delegate to the CAS CacheEntry. This is later used to inform a client of a problem while processing input CAS. Jorn can you please test this and confirm that the fix is working. If so, please close the JIRA. Thanks > 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.