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 <lzel...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Liran Zelkha <lzel...@redhat.com>
Gerrit-Reviewer: Martin Mucha <mmu...@redhat.com>
Gerrit-Reviewer: Martin Peřina <mper...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: Yevgeny Zaspitsky <yzasp...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to