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


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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to