Skip to content

Commit e699e2c

Browse files
author
Arun Gupta
committed
Fixing namespace from java.sun.com -> xmlns.jcp.org
1 parent 6c9f605 commit e699e2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • jpa/listeners/src/main/resources/META-INF

jpa/listeners/src/main/resources/META-INF/orm.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-
<entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm"
2+
<entity-mappings xmlns="http://k/xml/ns/persistence/orm"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence/orm
55
http://xmlns.jcp.org/xml/ns/persistence/orm/orm_2_1.xsd"

0 commit comments

Comments
 (0)