Roy Golan has uploaded a new change for review. Change subject: core: temp fix for missing dbFacade in Utils ......................................................................
core: temp fix for missing dbFacade in Utils Change-Id: I14e7d23a0112cb6b5261e720d376319d0ee0c902 Signed-off-by: Roy Golan <rgo...@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/27/37927/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java index 97f1a29..36cd0c7 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java @@ -189,6 +189,9 @@ // we need to initialize os-info before the compensations take place because of VmPoolCommandBase#osRepository initOsRepository(); + //TODO temporal solution DbFacade in Utils + SimpleDependecyInjector.getInstance().bind(dbFacade); + // When getting a proxy to this bean using JBoss embedded, the initialize method is called for each method // invocation on the proxy, as it is called by setup method which is @PostConstruct - the initialized flag // makes sure that initialization occurs only once per class (which is ok, as this is a @Service) -- To view, visit http://gerrit.ovirt.org/37927 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I14e7d23a0112cb6b5261e720d376319d0ee0c902 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <rgo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches