[
https://issues.apache.org/jira/browse/MYFACES-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17265472#comment-17265472
]
Volodymyr Siedlecki edited comment on MYFACES-4374 at 1/14/21, 10:39 PM:
-------------------------------------------------------------------------
Or should I just copy over the entire web-facesconfig_3_0.xsd to myfaces?
That may pose some issues during validations since schemas depend on each
other. Then we might need to pull all (or a majority) of them in?
https://jakarta.ee/xml/ns/jakartaee/
was (Author: volosied):
Or should I just copy over the entire web-facesconfig_3_0.xsd to myfaces?
> Update Supported Versions in web-facesconfig_x_0.xsd
> ----------------------------------------------------
>
> Key: MYFACES-4374
> URL: https://issues.apache.org/jira/browse/MYFACES-4374
> Project: MyFaces Core
> Issue Type: Improvement
> Affects Versions: 3.0.0-RC1, 4.0.0-RC1
> Reporter: Volodymyr Siedlecki
> Priority: Minor
>
> As I started the 3.0.0 release, I discovered an issue in the
> web-facesconfig_3_0.xsd:
> SEVERE: cvc-enumeration-valid: Value '3.0' is not facet-valid with respect to
> enumeration '[1.2, 2.0, 2.1, 2.2, 2.3]'. It must be a value from the
> enumeration.
> org.xml.sax.SAXParseException; lineNumber: 23; columnNumber: 17;
> cvc-enumeration-valid: Value '3.0' is not facet-valid with respect to
> enumeration '[1.2, 2.0, 2.1, 2.2, 2.3]'. It must be a value from the
> enumeration.
> at
> In a sense, this is a follow up to MYFACES-4363. We need too support 3.0 from
> the web-facesconfig_3_0.xsd. Our current one doesn't look to be pulled from
> Jakarta EE Schema Site –
> [https://jakarta.ee/xml/ns/jakartaee/web-facesconfig_3_0.xsd] Rather it
> looks like an updated copy of the web-facesconfig_2.3.xsd?
> I'm not sure which approach is best, so I had two PRs below:
> Support Range of Versions (1.2 to 3.0)
> [https://github.com/apache/myfaces/pull/144]
> Only Support Version 3.0
> [https://github.com/apache/myfaces/pull/143]
> Thanks
--
This message was sent by Atlassian Jira
(v8.3.4#803005)