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

Zbyněk Červinka (Jira) issues at jboss.org
Mon Jul 1 12:09: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 commented on JBIDE-26672:
-----------------------------------------

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 4 errors in the Problems view:

2 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)

*2 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




> WildFly "spring-greeter" quickstart 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.12.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