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

[jira] Created: (UIMA-1406) UimacppServiceController should implement AnalysisEngineController interface

UimacppServiceController should implement AnalysisEngineController interface
----------------------------------------------------------------------------

                 Key: UIMA-1406
                 URL: https://issues.apache.org/jira/browse/UIMA-1406
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Jerry Cwiklik


The UimacppServiceController is not implementing AnalysisEngineController interface which is a common interface for uima AS controllers. To provide a common mechanism for lifecycle mgmt for both java and cpp controllers it would be best to have the cpp controller implement the common interface. With support of this interface, a service wrapper (servler, UIMA_Service) can stop a controller not matter of its type ( java or cpp).



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


[jira] Updated: (UIMA-1406) UimacppServiceController should implement AnalysisEngineController interface

Posted by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik updated UIMA-1406:
--------------------------------

    Fix Version/s: 2.3AS

> UimacppServiceController should implement AnalysisEngineController interface
> ----------------------------------------------------------------------------
>
>                 Key: UIMA-1406
>                 URL: https://issues.apache.org/jira/browse/UIMA-1406
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>             Fix For: 2.3AS
>
>
> The UimacppServiceController is not implementing AnalysisEngineController interface which is a common interface for uima AS controllers. To provide a common mechanism for lifecycle mgmt for both java and cpp controllers it would be best to have the cpp controller implement the common interface. With support of this interface, a service wrapper (servler, UIMA_Service) can stop a controller not matter of its type ( java or cpp).

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


[jira] Closed: (UIMA-1406) UimacppServiceController should implement AnalysisEngineController interface

Posted by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik closed UIMA-1406.
-------------------------------

    Resolution: Fixed
      Assignee: Jerry Cwiklik

Modified UimacppServiceController to extend AnalysisEngineControllerAdapter which provides empty implementations of methods of the AnalysisEngineController interface. This enable the cpp controller to support common lifecycle mgmt

> UimacppServiceController should implement AnalysisEngineController interface
> ----------------------------------------------------------------------------
>
>                 Key: UIMA-1406
>                 URL: https://issues.apache.org/jira/browse/UIMA-1406
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>
> The UimacppServiceController is not implementing AnalysisEngineController interface which is a common interface for uima AS controllers. To provide a common mechanism for lifecycle mgmt for both java and cpp controllers it would be best to have the cpp controller implement the common interface. With support of this interface, a service wrapper (servler, UIMA_Service) can stop a controller not matter of its type ( java or cpp).

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