You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Robert Kanter (JIRA)" <ji...@apache.org> on 2014/11/12 01:16:33 UTC

[jira] [Assigned] (OOZIE-1815) JMS notifications missing for workflow actions, coordinator jobs, and bundles

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

Robert Kanter reassigned OOZIE-1815:
------------------------------------

    Assignee:     (was: Robert Kanter)

I don't have any cycles to work on this for now.  If someone else wants to take over, please go ahead.

> 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
>
> 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.3.4#6332)