[ https://issues.apache.org/jira/browse/OOZIE-1815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13984741#comment-13984741 ]
Robert Kanter commented on OOZIE-1815: -------------------------------------- Oh, I missed that in the docs. Thanks. Are there plans or ongoing work on adding these other three types? Or is that what this JIRA is for? :D > JMS notifications missing for workflow actions, coordinator jobs, and bundles > ----------------------------------------------------------------------------- > > Key: OOZIE-1815 > URL: https://issues.apache.org/jira/browse/OOZIE-1815 > Project: Oozie > Issue Type: Bug > Components: core > Affects Versions: trunk, 4.0.1 > Reporter: Robert Kanter > Assignee: Robert Kanter > > I noticed that I wasn't seeing any messages about Coordinator jobs or > workflow actions, so I took a look at the code and saw this in > JMSJobEventListener.java: > {code:java} > @Override > public void onWorkflowActionEvent(WorkflowActionEvent wae) { > } > @Override > public void onCoordinatorJobEvent(CoordinatorJobEvent wje) { > } > @Override > public void onBundleJobEvent(BundleJobEvent wje) { > } > {code} > We should implement these methods so that all job/action types send out > messages. -- This message was sent by Atlassian JIRA (v6.2#6252)