Skip to content

Commit 18c1795

Browse files
author
Arun Gupta
committed
Fixing the namespace
1 parent 3d88618 commit 18c1795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jpa/multiple-pu/src/main/resources/META-INF/persistence.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<persistence version="2.1"
3-
xmlns="http://xmlns.jc.org/xml/ns/persistence"
3+
xmlns="http://xmlns.jcp.org/xml/ns/persistence"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
66
<persistence-unit name="defaultPU" transaction-type="JTA">

0 commit comments

Comments
 (0)