Mercurial > lada > lada-server
changeset 31:4266530e94a8
Changed jta data source and cosmetics.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 22 May 2013 13:23:06 +0200 |
parents | c11b0df06151 |
children | 411f13d7e666 |
files | src/main/resources/META-INF/persistence.xml |
diffstat | 1 files changed, 7 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/resources/META-INF/persistence.xml Wed May 22 13:21:35 2013 +0200 +++ b/src/main/resources/META-INF/persistence.xml Wed May 22 13:23:06 2013 +0200 @@ -5,15 +5,13 @@ http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"> <persistence-unit name="primary"> - <jta-data-source>java:/jboss/postgresql</jta-data-source> - <class>de.intevation.model.LProbe</class> - <!-- If you are running in a production environment, add a managed - data source, the example data source is just for development and testing! --> - <properties> - <!-- Properties for Hibernate --> - <property name="hibernate.show_sql" value="true" /> - <property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQLDialect"/> - <property name="hibernate.hbm2ddl.auto" value="none"/> + <jta-data-source>java:/jboss/Lada</jta-data-source> + <class>de.intevation.lada.model.LProbe</class> + <properties> + <!-- Properties for Hibernate --> + <property name="hibernate.show_sql" value="true" /> + <property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQLDialect"/> + <property name="hibernate.hbm2ddl.auto" value="none"/> </properties> </persistence-unit> </persistence>