We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a97dc0 commit 62de7dfCopy full SHA for 62de7df
src/test/resources/META-INF/persistence.xml
@@ -3,8 +3,7 @@
3
xmlns="http://xmlns.jcp.org/xml/ns/persistence"
4
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_2.xsd">
6
- <persistence-unit name="test"
7
- transaction-type="RESOURCE_LOCAL">
+ <persistence-unit name="test" transaction-type="RESOURCE_LOCAL">
8
<!-- Hibernate specific -->
9
<provider>org.hibernate.jpa.HibernatePersistenceProvider</provider>
10
0 commit comments