Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-499

dna-web-jcr-rest should depend on servlet-api using the provided scope instead of compile

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 0.6
    • 0.6
    • Server
    • None

      JBoss throws the following exception when resources.war (produced by dna-web-jcr-rest-war) is deployed:

      14:01:48,969 ERROR [[Resteasy]] Servlet.service() for servlet Resteasy threw exception
      javax.servlet.ServletException: non-HTTP request or response
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:818)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
      etc...

      The error message is fairly cryptic, but the problem seems to be that the war file and JBoss itself provides different versions of servlet-api.jar. Using the provided scope for dna-web-jcr-rest's dependency on servlet-api fixes the problem by removing servlet-api.jar from the war file.

            bcarothers_jira Brian Carothers (Inactive)
            torkjel_jira torkjel hongve (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: