We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d88618 commit 18c1795Copy full SHA for 18c1795
jpa/multiple-pu/src/main/resources/META-INF/persistence.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<persistence version="2.1"
3
- xmlns="http://xmlns.jc.org/xml/ns/persistence"
+ 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_1.xsd">
6
<persistence-unit name="defaultPU" transaction-type="JTA">
0 commit comments