Yair Zaslavsky has submitted this change and it was merged.
Change subject: core: Move the session cleaner interceptor to bll
......................................................................
core: Move the session cleaner interceptor to bll
Commit 028ff6 moved the utils library to a JBoss module, but the
application server doesn't load correctly interceptors from these
modules, so the local session cleaner interceptors has to be moved to
the same .jar file containing the intercepted bean, otherwise the
interceptor is ignored.
Change-Id: I553ff3c4dcf0e5b316709cc3974aac26d98706f9
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M backend/manager/modules/bll/pom.xml
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java
R
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/interceptors/ThreadLocalSessionCleanerInterceptor.java
M backend/manager/modules/utils/pom.xml
M
backend/manager/modules/utils/src/main/modules/org/ovirt/engine/core/utils/main/module.xml
5 files changed, 9 insertions(+), 8 deletions(-)
Approvals:
Yair Zaslavsky: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/12322
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I553ff3c4dcf0e5b316709cc3974aac26d98706f9
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>