Showing posts with label xmlbeans NoSuchMethodError runtime error. Show all posts
Showing posts with label xmlbeans NoSuchMethodError runtime error. Show all posts

Tuesday, March 5, 2013

xmlbeans runtime error NoSuchMethodError


You might get this run time error when you have two copies of proj-xmlbeans.jar on your classpath, one of which is a old one. 

check your APP-INF directory. In my case, APP-INF is the culprit. It has the new generated xmlbeans version and the old one as well.