0 Replies Latest reply on Apr 26, 2018 9:31 AM by golfer

    Missing class when using RESTEasy 3.5.1

    golfer

      I ran the "Hello World" example for RESTEasy. Running with the following:

      MyEclipse 2016

      WebSphere 1.8 JRE

      Undertow embeddable server

       

      When running this  as a "Run configuration" in MyEclipse I get a ClassNotFound exception for javax.servlet.http.HttpSessionIdListener. This is not included in the support library within RESTEasy. I found it in a non-included jar (javax.servlet-api-3.5.1.jar). Now it runs correctly. Is there something I am missing from the download stack?