[jbosstools-issues] [JBoss JIRA] (JBIDE-26672) WildFly quickstart 'spring-greeter' contains errors after import into Red Hat CodeReady Studio

Zbyněk Červinka (Jira) issues at jboss.org
Tue Jul 16 04:06:00 EDT 2019


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

Zbyněk Červinka edited comment on JBIDE-26672 at 7/16/19 4:05 AM:
------------------------------------------------------------------

h1. *Update on the situation with this issue:*
After todays testing in Red Hat CodeReady Studio (codereadystudio-12.12.0.GA-installer-standalone; codefreezed bits from 
Friday, Jun 28 2019) I have found 7 errors in the Problems view:

h2. WildFly version: 17.0.0.Final 

3 occurrences of *{color:red}The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path{color}* (reported when this issue was created; errors still remains)

h3. *4 new errors:*
Missing artifact org.apache.taglibs:taglibs-standard-impl:jar:1.2.6-RC1
Missing artifact org.apache.taglibs:taglibs-standard-spec:jar:1.2.6-RC1
2x Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"




was (Author: zcervink):
h1. *Update on the situation with this issue:*
After todays testing in Red Hat CodeReady Studio (codereadystudio-12.12.0.GA-installer-standalone; codefreezed bits from 
Friday, Jun 28 2019) I have found 7 errors in the Problems view:

3 occurrences of *{color:red}The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path{color}* (reported when this issue was created; errors still remains)

h3. *4 new errors:*
Missing artifact org.apache.taglibs:taglibs-standard-impl:jar:1.2.6-RC1
Missing artifact org.apache.taglibs:taglibs-standard-spec:jar:1.2.6-RC1
2x Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"



> WildFly quickstart 'spring-greeter' contains errors after import into Red Hat CodeReady Studio
> ----------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-26672
>                 URL: https://issues.jboss.org/browse/JBIDE-26672
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: project-examples
>    Affects Versions: 4.12.0.AM1
>         Environment: OS X 10.14.5
>            Reporter: Zbyněk Červinka
>            Priority: Major
>             Fix For: 4.13.x
>
>         Attachments: error_msg.png
>
>
> *Issue solved by extending the pom.xml by adding the following dependency:*
> <dependency>
>     <groupId>javax.servlet</groupId>
>     <artifactId>javax.servlet-api</artifactId>
>     <version>3.1.0</version>
>     <scope>provided</scope>
> </dependency>
> *SOURCE: StackOverflow:*
> https://stackoverflow.com/questions/22756153/the-superclass-javax-servlet-http-httpservlet-was-not-found-on-the-java-build



--
This message was sent by Atlassian Jira
(v7.12.1#712002)



More information about the jbosstools-issues mailing list