[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:05:00 EDT 2019


     [ https://issues.jboss.org/browse/JBIDE-26672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zbyněk Červinka updated JBIDE-26672:
------------------------------------
    Summary: WildFly "spring-greeter" quickstart contains errors after import into Red Hat CodeReady Studio  (was: WildFly "spring-greeter" quickstart contains errors after import into Red Hat CodeReady Studio (missing servlet-api-3.1.jar dependency in the pom.xml))


> 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