Hmm, normally jersey doesn't bundle servlet-api, at least in last version. Can you share a quick project (on github) with the ~same dependencies?
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Wordpress Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> | JavaEE Factory <https://javaeefactory-rmannibucau.rhcloud.com> 2016-08-16 9:34 GMT+02:00 WhiTeY <[email protected]>: > Dear all, > > I'm new to TomEE and Tomcat. Now I have to use jersey-core and jersey-json > in my Project. I have some class loading issues and searched the web. After > readeing the documentation > <https://tomcat.apache.org/tomcat-7.0-doc/class-loader-howto.html> about > class loading in Tomcat, I find out that JAR's with Servlet API classes > will > be ignored. > > There is a hint for TomEE wich you can find here : click > <http://tomee.apache.org/tip-jersey-client.html> > > I tryed that out but it is still not working. > > Could anyone give me another hint? > > Regards. > > > > -- > View this message in context: http://tomee-openejb.979440. > n4.nabble.com/Class-loading-JAR-files-with-Servlet-API- > classes-in-WEB-INF-lib-tp4679756.html > Sent from the TomEE Users mailing list archive at Nabble.com. >
