[
https://issues.jboss.org/browse/JBIDE-26672?page=com.atlassian.jira.plugi...
]
Zbyněk Červinka edited comment on JBIDE-26672 at 7/1/19 12:41 PM:
------------------------------------------------------------------
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"
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 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; 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 "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...
--
This message was sent by Atlassian Jira
(v7.12.1#712002)