Mercurial > lada > lada-server
comparison src/main/resources/META-INF/persistence.xml @ 26:47728bab8cb1
Fixed persistence.xml
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 30 Apr 2013 14:47:59 +0200 |
parents | 34d7ecfba8d1 |
children | 3fced8e2a030 |
comparison
equal
deleted
inserted
replaced
25:34d7ecfba8d1 | 26:47728bab8cb1 |
---|---|
7 <persistence-unit name="primary"> | 7 <persistence-unit name="primary"> |
8 <jta-data-source>java:/jboss/postgresql</jta-data-source> | 8 <jta-data-source>java:/jboss/postgresql</jta-data-source> |
9 <class>de.intevation.model.LKommentarP</class> | 9 <class>de.intevation.model.LKommentarP</class> |
10 <class>de.intevation.model.LKommentarPPK</class> | 10 <class>de.intevation.model.LKommentarPPK</class> |
11 <class>de.intevation.model.LProbe</class> | 11 <class>de.intevation.model.LProbe</class> |
12 <class>de.intevation.model.PProbe</class> | |
13 <!-- If you are running in a production environment, add a managed | 12 <!-- If you are running in a production environment, add a managed |
14 data source, the example data source is just for development and testing! --> | 13 data source, the example data source is just for development and testing! --> |
15 <properties> | 14 <properties> |
16 <!-- Properties for Hibernate --> | 15 <!-- Properties for Hibernate --> |
17 <property name="hibernate.show_sql" value="true" /> | 16 <property name="hibernate.show_sql" value="true" /> |