Customizations using com.thoughtworks.xstream, javax.ws.rs and javax.servlet
We are upgrading from Windchill PDMLink 12.0.2.17 ro 13.0.2.0 and during the compilation of our Java customizations we get these errors:
com.thoughtworks.xstream does not exist
XStream library dependencies removed in Windchill 12.1+
See: https://www.ptc.com/en/support/article/CS386935
javax.ws.rs does not exist:
Running: windchill wt.util.jmx.Which javax/ws/rs/core
- WC12 - URL: jar:file:/has/fs01/opt/ptc/windchill/codebase/WEB-INF/lib/wc3rdpartylibs.jar!/javax/ws/rs/core
- WC13 - Resource not found
javax.servlet does not exist:
Running: windchill wt.util.jmx.Which javax/servlet
- WC12 - URL: jar:file:/has/fs01/opt/ptc/windchill/codebase/WEB-INF/lib/ie3rdpartylibs.jar!/javax/servlet/
and
URL: jar:file:/has/fs01/opt/ptc/windchill/lib/servlet.jar!/javax/servlet - WC13 - Resource not found
Has anyone else stumbled upon this and was able to fix it?

