Modify UIMA-AS proxy code to make the collectionProcessingComplete a 
synchronous call
-------------------------------------------------------------------------------------

                 Key: UIMA-1073
                 URL: https://issues.apache.org/jira/browse/UIMA-1073
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Jerry Cwiklik
             Fix For: 2.2.2AS


Current uima-as proxy code for CPC is asynchronous. The client using the proxy 
calls CPC and does not wait for reply from the service. The proxy must 
implement UimaASStatusCallbackListener interface and register self with the 
UIMA-AS client. The client will notify the proxy via a callback when the CPC 
reply comes back from the uima-as service. Synchronize the CPC code and force 
it to wait for the reply.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to