Roy Golan has uploaded a new change for review. Change subject: Revert "core: temp fix for missing dbFacade in Utils" ......................................................................
Revert "core: temp fix for missing dbFacade in Utils" This reverts commit 5ab96ce220fed33e4152c526c42eda991ec376b6. Change-Id: I9016938858d25942de6026c00963a49b7c1f0314 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, 0 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/37/37937/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 0b8b63d..97f1a29 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,9 +189,6 @@ // 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/37937 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9016938858d25942de6026c00963a49b7c1f0314 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