Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2017-02-16 15:01:42 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5b764b4c815403fa330ac375cd97228754423f4d
5b764b4c
1 parent
98790207
Quand on retire le préfixe javax.persitence pour les fichiers d'import, ça marche mieux.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/META-INF/persistence.xml
src/main/resources/META-INF/persistence.xml
View file @
5b764b4
...
...
@@ -8,7 +8,7 @@
<exclude-unlisted-classes>
false
</exclude-unlisted-classes>
<properties>
<property
name=
"hibernate.hbm2ddl.auto"
value=
"create"
/>
<property
name=
"
javax.persistence.
hibernate.hbm2ddl.import_files"
value=
"import.sql"
/>
<property
name=
"hibernate.hbm2ddl.import_files"
value=
"import.sql"
/>
<property
name=
"hibernate.hbm2ddl.import_files_sql_extractor"
value=
"org.hibernate.tool.hbm2ddl.MultipleLinesSqlCommandExtractor"
/>
<!-- DDL control OFF
<property name="hibernate.show_sql" value="true"/>
...
...
@@ -26,7 +26,7 @@
<property
name=
"hibernate.connection.characterEncoding"
value=
"utf8"
/>
<property
name=
"hibernate.connection.useUnicode"
value=
"true"
/>
<property
name=
"hibernate.hbm2ddl.auto"
value=
"create-drop"
/>
<property
name=
"
javax.persistence.
hibernate.hbm2ddl.import_files"
value=
"nothing.sql"
/>
<property
name=
"hibernate.hbm2ddl.import_files"
value=
"nothing.sql"
/>
<property
name=
"hibernate.hbm2ddl.import_files_sql_extractor"
value=
"org.hibernate.tool.hbm2ddl.MultipleLinesSqlCommandExtractor"
/>
<!-- DDL control OFF
<property name="hibernate.show_sql" value="true"/>
...
...
Please
register
or
login
to post a comment