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 | 14 | <property name="hibernate.show_sql" value="true" /> |
| 15 | 15 | <property name="hibernate.format_sql" value="false" /> |
| 16 | 16 | <property name="hibernate.hbm2ddl.auto" value="create-drop" /> |
| 17 | + <property name="hibernate.dialect" value="org.hibernate.dialect.H2Dialect" /> | |
| 17 | 18 | </properties> |
| 18 | 19 | </persistence-unit> |
| 19 | 20 | |
| ... | ... | @@ -46,6 +47,7 @@ |
| 46 | 47 | <property name="hibernate.show_sql" value="true" /> |
| 47 | 48 | <property name="hibernate.format_sql" value="false" /> |
| 48 | 49 | <property name="hibernate.hbm2ddl.auto" value="create-drop" /> |
| 50 | + <property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect"/> | |
| 49 | 51 | </properties> |
| 50 | 52 | </persistence-unit> |
| 51 | 53 | --> | ... | ... |