I am maintaining an application that has classes (written in 2005) that extend javax.xml.messaging.JAXMServlet. While upgrading to a new app server that implements the latest J2EE standards, I discovered that JAXMServlet was removed in JWSDP 2.0 (Java Web Services Developer Pack), according to this question (and apparently JWSDP itself has been deprecated too). The code it relies on has not significantly changed since it was written, and is part of a large-ish existing production system where this code is already tested and debugged, so I am reluctant to rewrite the classes from scratch due to the regression testing impact.
Is there an ‘easy’ substitution for this class? Although Google has a lot of examples of using this code (dated from around 2003-2004), it is surprisingly mute about replacing it. Thanks.
To answer my own question, found some replacement code at http://www.java.happycodings.com/Java%5fUtil%5fPackage/code23.html: