Moti Asayag has submitted this change and it was merged.

Change subject: core: Moving JobRepository to bll project
......................................................................


core: Moving JobRepository to bll project

The bll project is more appropriate for the JobRepository class, since
it is bean-like object, rather than a plan DAO. The motivation to
locate the file initially on the dal project was to inherit testing
capabilities of the DbUnit as used by the rest of the DAOs.

Change-Id: I4c49280ac0eae848a08706f1ba73755b7452cd2f
Signed-off-by: Moti Asayag <masa...@redhat.com>
---
R 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/job/JobRepository.java
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/job/JobRepositoryFactory.java
R 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/job/JobRepositoryImpl.java
A 
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/job/JobRepositoryTest.java
M backend/manager/modules/bll/src/test/resources/log4j.xml
D 
backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/JobRepositoryDaoTest.java
6 files changed, 118 insertions(+), 109 deletions(-)

Approvals:
  Moti Asayag: Verified; Looks good to me, approved
  Yair Zaslavsky: Looks good to me, approved


--
To view, visit http://gerrit.ovirt.org/4096
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4c49280ac0eae848a08706f1ba73755b7452cd2f
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Mike Kolesnik <mkole...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to