I have a java project that includes Spring 3.0.2 and XmlSchema.jar 1.4.7
The project\'s pom.xml contains as a dependency:
First you need to remove the cxf-bundle-xxx.jar(if present) from your project class path . Then search for latest xmlschema-core.jar and add in your class path.
In my case I have removed the cxf-bundle-2.3.1.jar from class path and added xmlschema-core-2.0.1 in class path and this is working fine.
Hope it will help.