https://issues.apache.org/bugzilla/show_bug.cgi?id=55166

Jeremy Boynes <jboy...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---
            Summary|Resources do not include    |schemaLocation references
                   |JSP xsds that are           |between servlet and jsp
                   |referenced from             |XSDs are invalid
                   |web-app/web-common          |

--- Comment #3 from Jeremy Boynes <jboy...@apache.org> ---
(In reply to Konstantin Kolinko from comment #2)

> You'll find them in jsp-api.jar
I missed that they were there, sorry for that. 

> What is your issue?

I ran into a problem trying to use xjc because web-common_3_1.xsd contains

  <xsd:include schemaLocation="jsp_2_3.xsd"/>

and which did not resolve. The same applies to jsp_2_3.xsd when it is in the
jsp jar because it in turn contains

  <xsd:include schemaLocation="javaee_7.xsd"/>

which is back in the servlet jar.

I updated the issue summary to reflect this.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to