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?