Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit be92558

Browse files
author
Arun Gupta
committed
Changing java.sun.com namespace to xmlns.jcp.org and updating version attribute vaue
Former-commit-id: 8bebaa2984c76830f5828da2d904230ebd98d311
1 parent f41793f commit be92558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lab/solution/movieplex7/src/main/resources/META-INF/persistence.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd">
2+
<persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
33
<persistence-unit name="movieplex7PU" transaction-type="JTA">
44
<!--<jta-data-source>java:comp/DefaultDataSource</jta-data-source>-->
55
<properties>

0 commit comments

Comments
 (0)