When deploying a web application I get the exception NoClassDefFoundError:LocalizableImpl
问题 I have a standard J2EE web application that includes web services. I'm using the webservices-rt library to host the services. [See the maven dependency below]. However, I get the following exception at run time: SEVERE: Exception sending context initialized event to listener instance of class com.sun.xml.ws.transport.http.servlet.WSServletContextListener java.lang.NoClassDefFoundError: com/sun/xml/ws/util/localization/LocalizableImpl at com.sun.xml.ws.util.exception.JAXWSExceptionBase.<init>