Alexey Zavizionov wrote:
> Hello list,
> 
> I have written non spring CXF servlet as described at [1].
> 
>  public class ExoCXFNonSpringServlet extends CXFNonSpringServlet {
> 
> While deploying on tomcat I have the exceptions.
> 
> With jaxb-impl-2.1.7.jar.
> java.lang.NoClassDefFoundError:
> javax/xml/ws/soap/MTOM

That class (annotation type, actually) is in the JAX-WS API.  My guess
is that you have a 2.0 version of the API jar rather than the 2.1 version.

Ian

-- 
Ian Roberts               | Department of Computer Science
[EMAIL PROTECTED]  | University of Sheffield, UK

Reply via email to