Jerry Cwiklik created UIMA-3581:
-----------------------------------
Summary: UIMA-AS client calls onBeforeMessageSend on CPC
Key: UIMA-3581
URL: https://issues.apache.org/jira/browse/UIMA-3581
Project: UIMA
Issue Type: Bug
Components: Async Scaleout
Affects Versions: 2.4.2AS
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
Priority: Minor
Fix For: 2.5.0AS
Looks like the uima-as client calls onBeforeMessageSend() for both Process and
CPC requests. Furthermore, on CPC the client uses the last Cas Reference Id as
an argument to onBeforeMessageSend() which may confuse the application as it is
receiving two callbacks with the same Cas Reference Id.
Either dont call onBeforeMessageSend() or pass an empty string as Cas Reference
Id when handling CPC.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)