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 bfdf805 commit 171eb94Copy full SHA for 171eb94
src/main/resources/META-INF/persistence.xml
@@ -1,3 +1,9 @@
1
-<persistence xmlns="http://java.sun.com/xml/ns/persistence" version="1.0">
+<?xml version="1.0" encoding="UTF-8" ?>
2
+<persistence xmlns="http://java.sun.com/xml/ns/persistence"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation="http://java.sun.com/xml/ns/persistence persistence_2_0.xsd"
5
+ version="2.0">
6
+
7
<persistence-unit name="DefaultPersistenceUnit" transaction-type="RESOURCE_LOCAL" />
8
9
</persistence>
0 commit comments