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

Jerry Cwiklik closed UIMA-3102.
-------------------------------

    Resolution: Fixed
    
> Ducc Agent compares unrelated types
> -----------------------------------
>
>                 Key: UIMA-3102
>                 URL: https://issues.apache.org/jira/browse/UIMA-3102
>             Project: UIMA
>          Issue Type: Bug
>          Components: DUCC
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>             Fix For: 1.0-Ducc
>
>
> The Agent code tries to compare unrelated types as in the following example:
> deployedProcess.getDuccProcess().equals(ProcessState.Stopped)
> when it should do
> deployedProcess.getDuccProcess().getProcessState().equals(ProcessState.Stopped)
> Fix such comparisons throughout the Agent code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to