aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons/src/main/resources/persistence_template.xml
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/moa-id-commons/src/main/resources/persistence_template.xml')
-rw-r--r--id/server/moa-id-commons/src/main/resources/persistence_template.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/moa-id-commons/src/main/resources/persistence_template.xml b/id/server/moa-id-commons/src/main/resources/persistence_template.xml
index f5bbe8555..06706e27a 100644
--- a/id/server/moa-id-commons/src/main/resources/persistence_template.xml
+++ b/id/server/moa-id-commons/src/main/resources/persistence_template.xml
@@ -5,7 +5,7 @@ http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistenc
<persistence-unit name="moaidconf" transaction-type="RESOURCE_LOCAL">
<provider>org.hibernate.ejb.HibernatePersistence</provider>
- <class>com.datentechnik.moa.id.conf.persistence.dal.ConfigProperty</class>
+ <class>at.gv.egovernment.moa.id.commons.db.dao.config.ConfigProperty</class>
<properties>
</properties>
</persistence-unit>