Roy Golan has posted comments on this change. Change subject: core: Move Job, Step to JPA ......................................................................
Patch Set 52: (1 comment) https://gerrit.ovirt.org/#/c/34553/52/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/JobDaoDbFacadeImpl.java File backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/JobDaoDbFacadeImpl.java: Line 16: import org.ovirt.engine.core.utils.transaction.TransactionalInterceptor; Line 17: import org.springframework.stereotype.Component; Line 18: Line 19: @Interceptors({ TransactionalInterceptor.class }) Line 20: @ApplicationScoped this means that a call from REST will get a different instance than a call from say webadmin. is this by design? Line 21: @Component Line 22: public class JobDaoDbFacadeImpl extends AbstractJpaDao<Job, Guid> implements JobDao { Line 23: Line 24: @Inject -- To view, visit https://gerrit.ovirt.org/34553 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ifcfda7b055d37c92c1346b100101c27d594d21fb Gerrit-PatchSet: 52 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liran Zelkha <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Liran Zelkha <[email protected]> Gerrit-Reviewer: Martin Mucha <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Yevgeny Zaspitsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
