-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
-
False
-
False
-
-
undefined
-
---
-
---
-
-
AMM Sprint 208, Sprint 209 AMM, Sprint 210 AMM, Sprint 211 AMM
-
None
Update the XML scheme references in your XML descriptor files. Check the Jakarta EE 9 schemas. In most cases, it is a simple replace of http://xmlns.jcp.org/xml/ns/ with https://jakarta.ee/xml/ns/ in addition to the schema version number.
Before
<persistence version="2.2" 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_2.xsd">
After
<persistence version="3.0" xmlns="https://jakarta.ee/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://jakarta.ee/xml/ns/persistence https://jakarta.ee/xml/ns/persistence/persistence_3_0.xsd">
Reference complete-duke
- relates to
-
WINDUPRULE-764 JBoss EAP 6.4/7.x to 8.0 Migration
- In Progress