Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.4.2AS
-
None
Description
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.