[jbosstools-issues] [JBoss JIRA] (JBIDE-23631) EAP 7.1.0.Alpha1-quickstarts validation errors - Spring quickstarts

Alexey Kazakov (JIRA) issues at jboss.org
Wed Dec 7 09:28:00 EST 2016


    [ https://issues.jboss.org/browse/JBIDE-23631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13335340#comment-13335340 ] 

Alexey Kazakov commented on JBIDE-23631:
----------------------------------------

Are these errors or warnings?
Most of these validation problems come from Eclipse (upstream) validators like JSP and JavaScrtip validator. XHTML validator is ours but it's just an XML validator. So seems there are some real XML problems in the files. [~vrubezhny] could you please take a look?

> EAP 7.1.0.Alpha1-quickstarts validation errors - Spring quickstarts
> -------------------------------------------------------------------
>
>                 Key: JBIDE-23631
>                 URL: https://issues.jboss.org/browse/JBIDE-23631
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: project-examples
>    Affects Versions: 4.4.2.Final
>         Environment: Red Hat JBoss Developer Studio
> Version: 10.2.0.GA
> Build id: GA-v20161125-1418-B55
> Build date: 20161125-1418
>            Reporter: Josef Kopriva
>            Assignee: Rob Stryker
>         Attachments: example-settings.xml
>
>
> After importing quickstarts from archive: jboss-eap-7.1.0.DR9-quickstarts.zip there are errors related to the Spring quickstarts:
> {code:java}
> Description	Resource	Path	Location	Type
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"	create.jsp	/jboss-spring-greeter/src/main/webapp/WEB-INF/views	line 19	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"	createOrUpdateOwnerForm.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 21	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"	createOrUpdatePetForm.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/pets	line 20	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"	createOrUpdateVisitForm.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/pets	line 20	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"	error.jsp	/jboss-spring-kitchensink-controlleradvice/src/main/webapp/WEB-INF/views	line 17	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"	exception.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp	line 21	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"	greet.jsp	/jboss-spring-greeter/src/main/webapp/WEB-INF/views	line 19	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"	index.jsp	/jboss-spring-kitchensink-asyncrequestmapping/src/main/webapp/WEB-INF/views	line 17	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"	index.jsp	/jboss-spring-kitchensink-basic/src/main/webapp/WEB-INF/views	line 17	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"	index.jsp	/jboss-spring-kitchensink-controlleradvice/src/main/webapp/WEB-INF/views	line 17	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"	index.jsp	/jboss-spring-kitchensink-matrixvariables/src/main/webapp/WEB-INF/views	line 17	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"	index.jsp	/jboss-spring-kitchensink-springmvctest/src/main/webapp/WEB-INF/views	line 17	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"	inputField.tag	/jboss-spring-petclinic/src/main/webapp/WEB-INF/tags	line 18	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"	ownerDetails.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 22	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"	ownersList.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 21	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"	selectField.tag	/jboss-spring-petclinic/src/main/webapp/WEB-INF/tags	line 18	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"	vetList.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/vets	line 21	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt"	bodyHeader.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/fragments	line 18	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt"	createOrUpdateOwnerForm.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 20	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt"	createOrUpdateVisitForm.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/pets	line 22	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt"	findOwners.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 20	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt"	index.jsp	/jboss-spring-kitchensink-controlleradvice/src/main/webapp/WEB-INF/views	line 19	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt"	ownerDetails.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 20	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt"	ownersList.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 20	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt"	vetList.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/vets	line 20	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt"	welcome.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp	line 20	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/functions"	createOrUpdateOwnerForm.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 22	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/functions"	findOwners.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 22	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/functions"	ownerDetails.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 21	JSP Problem
> Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/functions"	ownersList.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 22	JSP Problem
> javax.servlet.jsp.JspException cannot be resolved to a type	findOwners.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 36	JSP Problem
> javax.servlet.jsp.JspException cannot be resolved to a type	ownerDetails.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 58	JSP Problem
> javax.servlet.jsp.JspException cannot be resolved to a type	ownerDetails.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 62	JSP Problem
> javax.servlet.jsp.JspException cannot be resolved to a type	ownerDetails.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 102	JSP Problem
> javax.servlet.jsp.JspException cannot be resolved to a type	ownerDetails.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 109	JSP Problem
> javax.servlet.jsp.JspException cannot be resolved to a type	ownersList.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 40	JSP Problem
> javax.servlet.jsp.PageContext cannot be resolved to a type	findOwners.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 36	JSP Problem
> javax.servlet.jsp.PageContext cannot be resolved to a type	ownerDetails.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 59	JSP Problem
> javax.servlet.jsp.PageContext cannot be resolved to a type	ownerDetails.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 66	JSP Problem
> javax.servlet.jsp.PageContext cannot be resolved to a type	ownerDetails.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 103	JSP Problem
> javax.servlet.jsp.PageContext cannot be resolved to a type	ownerDetails.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 110	JSP Problem
> javax.servlet.jsp.PageContext cannot be resolved to a type	ownersList.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 41	JSP Problem
> Open quote is expected for attribute "border" associated with an  element type  "img".	index.html	/jboss-spring-petclinic/src/main/webapp/vendors/jquery/speed	line 65	XHTML Problem
> The content of elements must consist of well-formed character data or markup.	index.html	/jboss-spring-petclinic/src/main/webapp/vendors/jquery/test	line 44	XHTML Problem
> The element type "meta" must be terminated by the matching end-tag "</meta>".	absolute.html	/jboss-spring-petclinic/src/main/webapp/vendors/jquery/test/data/offset	line 29	XHTML Problem
> The element type "meta" must be terminated by the matching end-tag "</meta>".	body.html	/jboss-spring-petclinic/src/main/webapp/vendors/jquery/test/data/offset	line 21	XHTML Problem
> The element type "meta" must be terminated by the matching end-tag "</meta>".	fixed.html	/jboss-spring-petclinic/src/main/webapp/vendors/jquery/test/data/offset	line 25	XHTML Problem
> The element type "meta" must be terminated by the matching end-tag "</meta>".	relative.html	/jboss-spring-petclinic/src/main/webapp/vendors/jquery/test/data/offset	line 24	XHTML Problem
> The element type "meta" must be terminated by the matching end-tag "</meta>".	scroll.html	/jboss-spring-petclinic/src/main/webapp/vendors/jquery/test/data/offset	line 28	XHTML Problem
> The element type "meta" must be terminated by the matching end-tag "</meta>".	static.html	/jboss-spring-petclinic/src/main/webapp/vendors/jquery/test/data/offset	line 24	XHTML Problem
> The element type "meta" must be terminated by the matching end-tag "</meta>".	table.html	/jboss-spring-petclinic/src/main/webapp/vendors/jquery/test/data/offset	line 22	XHTML Problem
> The function fn:escapeXml is undefined	findOwners.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 35	JSP Problem
> The function fn:escapeXml is undefined	ownerDetails.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 57	JSP Problem
> The function fn:escapeXml is undefined	ownerDetails.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 62	JSP Problem
> The function fn:escapeXml is undefined	ownerDetails.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 101	JSP Problem
> The function fn:escapeXml is undefined	ownerDetails.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 108	JSP Problem
> The function fn:escapeXml is undefined	ownersList.jsp	/jboss-spring-petclinic/src/main/webapp/WEB-INF/jsp/owners	line 40	JSP Problem
> The method getJspContext() is undefined for the type __2F_jboss_2D_spring_2D_petclinic_2F_src_2F_main_2F_webapp_2F_WEB_2D_INF_2F_tags_2F_inputField_2E_tag	inputField.tag	/jboss-spring-petclinic/src/main/webapp/WEB-INF/tags	line 27	JSP Problem
> The method getJspContext() is undefined for the type __2F_jboss_2D_spring_2D_petclinic_2F_src_2F_main_2F_webapp_2F_WEB_2D_INF_2F_tags_2F_selectField_2E_tag	selectField.tag	/jboss-spring-petclinic/src/main/webapp/WEB-INF/tags	line 31	JSP Problem
> The superclass "javax.servlet.jsp.tagext.SimpleTagSupport" was not found on the Java Build Path	inputField.tag	/jboss-spring-petclinic/src/main/webapp/WEB-INF/tags	line 1	JSP Problem
> The superclass "javax.servlet.jsp.tagext.SimpleTagSupport" was not found on the Java Build Path	selectField.tag	/jboss-spring-petclinic/src/main/webapp/WEB-INF/tags	line 1	JSP Problem
> Unexpected end of input	intro.js	/jboss-spring-petclinic/src/main/webapp/vendors/jquery/src	line 21	JavaScript Problem
> Unexpected token :	json_obj.js	/jboss-spring-petclinic/src/main/webapp/vendors/jquery/test/data	line 1	JavaScript Problem
> Unexpected token }	outro.js	/jboss-spring-petclinic/src/main/webapp/vendors/jquery/src	line 2	JavaScript Problem
> Unexpected token ILLEGAL	index.js	/jboss-spring-petclinic/src/main/webapp/vendors/bootstrap/docs/build	line 1	JavaScript Problem
> Unexpected token ILLEGAL	release-notes.js	/jboss-spring-petclinic/src/main/webapp/vendors/jquery/build	line 1	JavaScript Problem
> Unexpected token ILLEGAL	release.js	/jboss-spring-petclinic/src/main/webapp/vendors/jquery/build	line 1	JavaScript Problem
> XML document structures must start and end within the same entity.	localfile.html	/jboss-spring-petclinic/src/main/webapp/vendors/jquery/test	line 76	XHTML Problem
> {code}
> I have used as a maven repo this file: jboss-eap-7.1.0.DR9-maven-repository.zip
> Settings.xml file is attached.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list