Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] jsp_3_1.xsd?

Now I'm still confused. The

https://github.com/jakartaee/servlet/blob/5650e7831609ad2b436d7582ef0a39785f317008/api/src/main/resources/jakarta/servlet/resources/web-common_6_0.xsd#L79

is referencingjsp_3_0.xsd and jakartaee_9.xsd

One of these is incorrect.

On Wed, May 11, 2022 at 9:19 AM Scott Stark <starksm64@xxxxxxxxx> wrote:
Ok, I see what has happened. The https://github.com/eclipse-ee4j/jakartaee-schemas has drafts, but apparently there is no jsp_3_1.xsd file and the web-common_6_0.xsd file in servlet-api still references the jsp_3_0.xsd file. I misspoke when I said that the file web-common_6_0.xsd references jsp_3_1.xsd. It is the https://github.com/eclipse-ee4j/jakartaee-schemas draft that references jsp_3_1.xsd.

On Wed, May 11, 2022 at 9:12 AM Scott Stark <starksm64@xxxxxxxxx> wrote:
Right, those are the files I'm trying to validate against the spec project source. The servlet-api project has a jsp_3_0.xsd file, but I don't see a jsp_3_1.xsd file even though it is referenced by the web-common_6_0.xsd file in servlet-api.

On Wed, May 11, 2022 at 9:09 AM Ivar Grimstad <ivar.grimstad@xxxxxxxxxxxxxxxxxxxxxx> wrote:

On Wed, May 11, 2022 at 4:05 PM Scott Stark <starksm64@xxxxxxxxx> wrote:
I'm looking at making sure the current EE10 schemas are updated, and I see a jsp_3_1.xsd file on the jakarta.ee page: https://jakarta.ee/xml/ns/jakartaee/jsp_3_1.xsd

but I don't see the corresponding schema file in the https://github.com/eclipse-ee4j/servlet-api.git where the jsp_3_0.xsd file is. I also don't see it in the https://github.com/jakartaee/pages repo.

What is the source of this schema?

Thanks,
Scott

_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev


--

Ivar Grimstad

Jakarta EE Developer Advocate | Eclipse Foundation Eclipse Foundation - Community. Code. Collaboration. 

_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev

Back to the top