[JBoss JIRA] (JBIDE-5388) Implement openOn for Jsf 2 resources declaration
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-5388?page=com.atlassian.jira.plugin... ]
Alexey Kazakov reassigned JBIDE-5388:
-------------------------------------
Assignee: Jeff MAURY (was: Alexey Kazakov)
> Implement openOn for Jsf 2 resources declaration
> ------------------------------------------------
>
> Key: JBIDE-5388
> URL: https://issues.jboss.org/browse/JBIDE-5388
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html-source-editing
> Affects Versions: 3.1.0.CR1
> Reporter: Maxim Areshkau
> Assignee: Jeff MAURY
> Labels: jsf2
> Fix For: LATER
>
>
> Add open on for such jsf 2 resource declaration #{resource['LIBRARY_NAME:RESOURCE_NAME']}".
> Test case:
> EXECUTE:
> 1. Create JSF 2 Project with following files in resource folder:
> /resources/css/foobar.css
> /resources/images/foobar.gif
> /resources/javascript/foobar.js
> 2. Create page.xhtml file:
> {code}
> <html xmlns:h="http://java.sun.com/jsf/html">
> <head>
> <title>Example</title>
> </head>
> <body>
> <!-- implemented -->
> <h:graphicImage library="images" name="foobar.gif"/>
> <h:outputStylesheet library="css" name="foobar.css"/>
> <h:outputScript library="javascript" name="foobar.js" target="head"/>
>
> <!-- via EL. Need to be done -->
> <h:graphicImage value="#{resource['images:foobar.jpg']}"/>
> <h:outputStylesheet value="#{resource['css:foobar.css']}"/>
> <h:outputScript value="#{resource['javascript:foobar.js']}"/>
> </body>
> </html>
> {code}
> 2. Press Ctrl button and click mouse to "foobar.jpg" or "foobar.css" or "foobar.js" in EL part
> ASSERT: Selected file should be opened in editor
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBIDE-23631) EAP 7.1.0.Alpha1-quickstarts validation errors - Spring quickstarts
by Sande Gilda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23631?page=com.atlassian.jira.plugi... ]
Sande Gilda commented on JBIDE-23631:
-------------------------------------
[~psakar], [~ctomc]: What version of the BOMs should they use? If I recall, normally someone builds a SNAPSHOT version of the BOMs for use by the developer branch in the staging repository here: http://jboss-developer.github.io/temp-maven-repo/. But I don't see a 7.1.0-SNAPSHOT build of the BOMs anywhere.
> 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: Victor Rubezhny
> 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.
> Imported quickstarts:
> jboss-spring-greeter
> jboss-spring-kitchensink-asyncrequestmapping
> jboss-spring-kitchensink-basic
> jboss-spring-kitchensink-controlleradvice
> jboss-spring-kitchensink-matrixvariables
> jboss-spring-kitchensink-springmvctest
> jboss-spring-petclinic
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBIDE-23640) Integration tests: Once PushImageTest starts to fail, it will always fail if no image cleanup happens in the test suite
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23640?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23640:
-------------------------------------
Description:
PushImageTest is add a tag to an image. When looking at the images, it is comparing all of the decoration with the tag. This works fine as long as the image only has 1 tag, once it gets more, the lookup for the image starts to fail. The image is deleted later in the test, so if the image with the tag is not found, the delete wont happen and subsequent lookups will fail. This most likely wont happen if you run the complete suite because the suite is cleaning up, but it will happen if you run a single test.
Another problem is that PushImageTest wont wait until the freshly tagged image was successfully pushed.
was:
PushImageTest is add a tag to an image. When looking at the images, it is comparing all of the decoration with the tag. This works fine as long as the image only has 1 tag, once it gets more, the lookup for the image starts to fail. The image is deleted later in the test, so if the image with the tag is not found, the delete wont happen and subsequent lookups will fail.
This most likely wont happen if you run the complete suite because the suite is cleaning up, but it will happen if you run a single test.
> Integration tests: Once PushImageTest starts to fail, it will always fail if no image cleanup happens in the test suite
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23640
> URL: https://issues.jboss.org/browse/JBIDE-23640
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: integration-tests
> Affects Versions: 4.4.2.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.4.3.AM1
>
>
> PushImageTest is add a tag to an image. When looking at the images, it is comparing all of the decoration with the tag. This works fine as long as the image only has 1 tag, once it gets more, the lookup for the image starts to fail. The image is deleted later in the test, so if the image with the tag is not found, the delete wont happen and subsequent lookups will fail. This most likely wont happen if you run the complete suite because the suite is cleaning up, but it will happen if you run a single test.
> Another problem is that PushImageTest wont wait until the freshly tagged image was successfully pushed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBIDE-23640) Integration tests: Once PushImageTest starts to fail, it will always fail if no image cleanup happens in the test suite
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23640?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23640:
-------------------------------------
Summary: Integration tests: Once PushImageTest starts to fail, it will always fail if no image cleanup happens in the test suite (was: Integration tests: Once PushImageTest starts to fail, it will always fail if no image cleanup happens in the suite)
> Integration tests: Once PushImageTest starts to fail, it will always fail if no image cleanup happens in the test suite
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23640
> URL: https://issues.jboss.org/browse/JBIDE-23640
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: integration-tests
> Affects Versions: 4.4.2.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.4.3.AM1
>
>
> PushImageTest is add a tag to an image. When looking at the images, it is comparing all of the decoration with the tag. This works fine as long as the image only has 1 tag, once it gets more, the lookup for the image starts to fail. The image is deleted later in the test, so if the image with the tag is not found, the delete wont happen and subsequent lookups will fail.
> This most likely wont happen if you run the complete suite because the suite is cleaning up, but it will happen if you run a single test.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBIDE-23631) EAP 7.1.0.Alpha1-quickstarts validation errors - Spring quickstarts
by Petr Sakař (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23631?page=com.atlassian.jira.plugi... ]
Petr Sakař commented on JBIDE-23631:
------------------------------------
7.1.x-develop version of the quickstarts uses obsolete version of boms
> 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: Victor Rubezhny
> 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.
> Imported quickstarts:
> jboss-spring-greeter
> jboss-spring-kitchensink-asyncrequestmapping
> jboss-spring-kitchensink-basic
> jboss-spring-kitchensink-controlleradvice
> jboss-spring-kitchensink-matrixvariables
> jboss-spring-kitchensink-springmvctest
> jboss-spring-petclinic
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months