Commit 3881b88f8ae2bb504dfa8219b553162afa50ad68
1 parent
0a281eaa
Exists in
master
Colocando o banco HDSLDB em memória da forma correta para os testes
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
archetype/jsf-jpa/src/main/resources/archetype-resources/src/test/resources/META-INF/persistence.xml
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 | <property name="javax.persistence.jdbc.driver" value="org.hsqldb.jdbcDriver" /> |
14 | 14 | <property name="javax.persistence.jdbc.user" value="sa" /> |
15 | 15 | <property name="javax.persistence.jdbc.password" value="" /> |
16 | - <property name="javax.persistence.jdbc.url" value="jdbc:hsqldb:hsql:." /> | |
16 | + <property name="javax.persistence.jdbc.url" value="jdbc:hsqldb:mem:." /> | |
17 | 17 | |
18 | 18 | <property name="hibernate.show_sql" value="true" /> |
19 | 19 | <property name="hibernate.format_sql" value="false" /> | ... | ... |