Liran Zelkha has uploaded a new change for review.

Change subject: ii<core | restapi | tools | history | engine | userportal | 
webadmin>: short summary under 50 chars
......................................................................

ii<core | restapi | tools | history | engine | userportal | webadmin>: short 
summary under 50 chars

Longer description using lines' length under 72 chars.

With multiple paragraphs if necessary.

Change-Id: I7d91f9eaecd752760b313301a9f0111ee50f09d4
Bug-Url: https://bugzilla.redhat.com/??????
Signed-off-by: lzel...@redhat.com <lzel...@redhat.com>
---
M backend/manager/modules/bll/src/main/resources/META-INF/persistence.xml
M backend/manager/modules/dal/src/test/resources/META-INF/persistence.xml
2 files changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/48/34548/1

diff --git 
a/backend/manager/modules/bll/src/main/resources/META-INF/persistence.xml 
b/backend/manager/modules/bll/src/main/resources/META-INF/persistence.xml
index 5ac4985..c172996 100644
--- a/backend/manager/modules/bll/src/main/resources/META-INF/persistence.xml
+++ b/backend/manager/modules/bll/src/main/resources/META-INF/persistence.xml
@@ -5,6 +5,7 @@
     <persistence-unit name="ovirt">
         <provider>org.hibernate.ejb.HibernatePersistence</provider>
         <non-jta-data-source>java:/ENGINEDataSource</non-jta-data-source>
+        <class>org.ovirt.engine.core.common.businessentities.Bookmark</class>
         <properties>
             <property name="hibernate.dialect" 
value="org.hibernate.dialect.PostgreSQLDialect" />
             <property name="jboss.entity.manager.jndi.name" 
value="java:/ovirtEM"/>
diff --git 
a/backend/manager/modules/dal/src/test/resources/META-INF/persistence.xml 
b/backend/manager/modules/dal/src/test/resources/META-INF/persistence.xml
index af3604e..22bacfc 100644
--- a/backend/manager/modules/dal/src/test/resources/META-INF/persistence.xml
+++ b/backend/manager/modules/dal/src/test/resources/META-INF/persistence.xml
@@ -1,6 +1,7 @@
 <persistence xmlns="http://java.sun.com/xml/ns/persistence"; version="2.0">
     <persistence-unit name="ovirt-test">
         <provider>org.hibernate.ejb.HibernatePersistence</provider>
+        <class>org.ovirt.engine.core.common.businessentities.Bookmark</class>
         <properties>
             <property name="javax.persistence.jdbc.driver" 
value="${engine.db.driver}" />
             <property name="javax.persistence.jdbc.user" 
value="${engine.db.username}" />


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7d91f9eaecd752760b313301a9f0111ee50f09d4
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liran Zelkha <lzel...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to