Mercurial > lada > lada-server
comparison src/main/resources/META-INF/persistence.xml @ 27:3fced8e2a030
Removed relations
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 08 May 2013 13:46:48 +0200 |
parents | 47728bab8cb1 |
children | 4266530e94a8 |
comparison
equal
deleted
inserted
replaced
26:47728bab8cb1 | 27:3fced8e2a030 |
---|---|
4 xsi:schemaLocation=" | 4 xsi:schemaLocation=" |
5 http://java.sun.com/xml/ns/persistence | 5 http://java.sun.com/xml/ns/persistence |
6 http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"> | 6 http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"> |
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> | |
10 <class>de.intevation.model.LKommentarPPK</class> | |
11 <class>de.intevation.model.LProbe</class> | 9 <class>de.intevation.model.LProbe</class> |
12 <!-- If you are running in a production environment, add a managed | 10 <!-- If you are running in a production environment, add a managed |
13 data source, the example data source is just for development and testing! --> | 11 data source, the example data source is just for development and testing! --> |
14 <properties> | 12 <properties> |
15 <!-- Properties for Hibernate --> | 13 <!-- Properties for Hibernate --> |