Commit 411061f6678783f438ec06486bfa0093d9fb3312
1 parent
212b2840
Exists in
master
IN PROGRESS - issue FWK-125: Geração da release 2.4.0
https://demoiselle.atlassian.net/browse/FWK-125
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/META-INF/persistence.xml
| @@ -14,6 +14,7 @@ | @@ -14,6 +14,7 @@ | ||
| 14 | <property name="hibernate.show_sql" value="true" /> | 14 | <property name="hibernate.show_sql" value="true" /> |
| 15 | <property name="hibernate.format_sql" value="false" /> | 15 | <property name="hibernate.format_sql" value="false" /> |
| 16 | <property name="hibernate.hbm2ddl.auto" value="create-drop" /> | 16 | <property name="hibernate.hbm2ddl.auto" value="create-drop" /> |
| 17 | + <property name="hibernate.dialect" value="org.hibernate.dialect.H2Dialect" /> | ||
| 17 | </properties> | 18 | </properties> |
| 18 | </persistence-unit> | 19 | </persistence-unit> |
| 19 | 20 | ||
| @@ -46,6 +47,7 @@ | @@ -46,6 +47,7 @@ | ||
| 46 | <property name="hibernate.show_sql" value="true" /> | 47 | <property name="hibernate.show_sql" value="true" /> |
| 47 | <property name="hibernate.format_sql" value="false" /> | 48 | <property name="hibernate.format_sql" value="false" /> |
| 48 | <property name="hibernate.hbm2ddl.auto" value="create-drop" /> | 49 | <property name="hibernate.hbm2ddl.auto" value="create-drop" /> |
| 50 | + <property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect"/> | ||
| 49 | </properties> | 51 | </properties> |
| 50 | </persistence-unit> | 52 | </persistence-unit> |
| 51 | --> | 53 | --> |