Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-18494

Importing EAP "jboss-logging" quickstart raises errors

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.3.0.Beta1
    • 4.2.0.CR1
    • maven, upstream
    • None
    • User Experience
    • Workaround Exists
    • Hide

      In the <dependencies> section, you need to add
      <dependency>
      <groupId>org.jboss.spec.javax.servlet</groupId>
      <artifactId>jboss-servlet-api_3.0_spec</artifactId>
      <scope>provided</scope>
      </dependency>

      Show
      In the <dependencies> section, you need to add <dependency> <groupId>org.jboss.spec.javax.servlet</groupId> <artifactId>jboss-servlet-api_3.0_spec</artifactId> <scope>provided</scope> </dependency>

      Steps to recreate issue:

      The error raised is:

      The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path home.jsp /jboss-logging/src/main/webapp line 1 JSP Problem

      (This can be fixed by adding Maven Managed Dependencies to the Java Build path)

            fbricon@redhat.com Fred Bricon
            ldimaggi@redhat.com Len DiMaggio
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: