Change in ovirt-engine[master]: engine: fix StoragePoolStatusHandler initialization

Oved Ourfali has submitted this change and it was merged. Change subject: engine: fix StoragePoolStatusHandler initialization ...................................................................... engine: fix StoragePoolStatusHandler initialization The patch is about fixing NPE in the engine start up. SchedulerUtilQuartzImpl could not be injected by CDI into StoragePoolStatusHandler as the last one isn't a managed bean. Thus schedulerUtil member remained uninitiallized which caused the NPE. Change-Id: I6ca052e8cc564bb7291199dc1f79849a4e2580b8 Signed-off-by: Yevgeny Zaspitsky <yzaspits@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/StoragePoolStatusHandler.java 1 file changed, 17 insertions(+), 10 deletions(-) Approvals: Jenkins CI: Verified; Looks good to me, but someone else must approve Oved Ourfali: Looks good to me, approved Yevgeny Zaspitsky: Verified -- To view, visit https://gerrit.ovirt.org/42227 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6ca052e8cc564bb7291199dc1f79849a4e2580b8 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yevgeny Zaspitsky <yzaspits@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: Yevgeny Zaspitsky <yzaspits@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
oourfali@redhat.com