You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <ui...@incubator.apache.org> on 2008/06/11 21:28:45 UTC

[jira] Closed: (UIMA-1073) Modify UIMA-AS proxy code to make the collectionProcessingComplete a synchronous call

     [ https://issues.apache.org/jira/browse/UIMA-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor closed UIMA-1073.
--------------------------------

    Resolution: Fixed

applied patch (after removing debugging println statements).

> 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
>            Assignee: Marshall Schor
>             Fix For: 2.2.2AS
>
>         Attachments: uimaj-as-activemq-proxy-UIMA-1073-patch.txt
>
>
> 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.