Main Tutorials

java.lang.ClassNotFoundException : org.jvnet.staxex.XMLStreamReaderEx

Problem

Deploying a JAX-WS web service on Tomcat, hits following error message :


java.lang.ClassNotFoundException: 
	org.jvnet.staxex.XMLStreamReaderEx

Solution

The JAX-WS dependency library “stax-ex.jar” is missing.

  1. Go here http://jax-ws.java.net/.
  2. Download JAX-WS RI distribution.
  3. Unzip it and copy “stax-ex.jar” to Tomcat library folder “{$TOMCAT}/lib“.
  4. Restart Tomcat.

About Author

author image
Founder of Mkyong.com, love Java and open source stuff. Follow him on Twitter. If you like my tutorials, consider make a donation to these charities.

Comments

Subscribe
Notify of
2 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments
fsubijana
3 years ago

tks you are the best 🙂

Ramesh V
11 years ago

Thank You iam ablt ofix by adding this JAR