Commit 1172c00
authored
Prior to this change starting a fresh 7.1.x server, we have an error related to the validation of processes addon gatein-resources.xml due to the gatein_resources xsd 1.4 version
ERROR | Error in document file:/E:/eXo/Binairies/platform-7.1.x-experience-SNAPSHOT/webapps/processes/WEB-INF/gatein-resources.xml at (12,28) :cvc-complex-type.2.4.a: Invalid content was found starting with element '{"http://www.exoplatform.org/xml/ns/gatein_resources_1_4":additional-module}'. One of '{"http://www.exoplatform.org/xml/ns/gatein_resources_1_4":overwrite, "http://www.exoplatform.org/xml/ns/gatein_resources_1_4":css-priority}' is expected. [o.exoplatform.commons.xml.XMLValidator]
After this commit, in order to avoid this error we will change the version to 1.5
1 parent c374db2 commit 1172c00
File tree
1 file changed
+1
-4
lines changed- processes-webapp/src/main/webapp/WEB-INF
1 file changed
+1
-4
lines changedLines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 2 | + | |
6 | 3 | | |
7 | 4 | | |
8 | 5 | | |
| |||
0 commit comments