Jerry Cwiklik created UIMA-5078:
-----------------------------------
Summary: UIMA DUCC: http dispatch code does rethrow exception
Key: UIMA-5078
URL: https://issues.apache.org/jira/browse/UIMA-5078
Project: UIMA
Issue Type: Bug
Components: DUCC
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
Fix For: 2.1.0-Ducc
The BaseHttpDispatcher.dispatchAndWaitForDuccReply() "swallows" exceptions in
try .. catch(). On exception it dumps the trace using e.printStackTrace() never
re-throwing it up to the caller and instead returning null.
Modify to rethrow so that the caller can handle the problem.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)