mraible commented on code in PR #154:
URL: https://github.com/apache/roller/pull/154#discussion_r3772985344


##########
app/src/main/resources/org/apache/roller/weblogger/pojos/WeblogTemplate.orm.xml:
##########
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<entity-mappings version="2.0" 
xmlns="http://java.sun.com/xml/ns/persistence/orm";
+<entity-mappings version="3.1" 
xmlns="https://jakarta.ee/xml/ns/persistence/orm";
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-    xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm 
http://java.sun.com/xml/ns/persistence/orm_2_0.xsd";>
+    xsi:schemaLocation="https://jakarta.ee/xml/ns/persistence/orm 
https://jakarta.ee/xml/ns/persistence/orm/orm_3_1.xsd";>

Review Comment:
   Checked against jakarta.ee: it is the other way around. 
https://jakarta.ee/xml/ns/persistence/orm/orm_3_1.xsd (the URL these files use) 
returns HTTP 200 and serves the Jakarta Persistence ORM 3.1 schema, while 
https://jakarta.ee/xml/ns/persistence/orm_3_1.xsd (the suggested correction) 
returns 404. The mappings keep the working URL. This applies to all 29 of these 
comments, resolving them together.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to