Mercurial > lada > lada-server
comparison src/main/resources/META-INF/persistence.xml @ 1:177351d4cca9
Added files from jboss-javaee6-webapp-blank-archetype
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 18 Apr 2013 10:45:15 +0200 |
parents | |
children | 246998056e9b |
comparison
equal
deleted
inserted
replaced
0:83b0822c2aab | 1:177351d4cca9 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <persistence version="2.0" | |
3 xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
4 xsi:schemaLocation=" | |
5 http://java.sun.com/xml/ns/persistence | |
6 http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"> | |
7 <persistence-unit name="primary"> | |
8 <!-- If you are running in a production environment, add a managed | |
9 data source, the example data source is just for development and testing! --> | |
10 <jta-data-source>java:jboss/datasources/ladaDS</jta-data-source> | |
11 <properties> | |
12 <!-- Properties for Hibernate --> | |
13 <property name="hibernate.hbm2ddl.auto" value="create-drop" /> | |
14 <property name="hibernate.show_sql" value="false" /> | |
15 </properties> | |
16 </persistence-unit> | |
17 </persistence> |