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

Alejandro Abdelnur updated OOZIE-516:
-------------------------------------

    Fix Version/s: pre-Apache
    
> OOZIE-99: action errorMessage is not being set
> ----------------------------------------------
>
>                 Key: OOZIE-516
>                 URL: https://issues.apache.org/jira/browse/OOZIE-516
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: pre-Apache
>
>
> The DagELFunctions.setActionInfo() method does an incorrect check for storing 
> the errorMessage
> It does *if (action.getData() != null) {* when it should do *if 
> (action.getErrorMessage() != null) {*
> The testcase was not detecting this because data was different than null and 
> the error message was being set.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to