Класс ошибки: java.lang.NoClassDefFoundError: Не удалось инициализируйте класс es.juntadeandalucia.educacion.becas.reintegros.XMLHelper, и я думаю, что проблемная строка:
Код: Выделить всё
public static SchemaFactory schemaFactory = SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI);
Код: Выделить всё
org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is javax.xml.validation.SchemaFactoryConfigurationError: Provider for class javax.xml.validation.SchemaFactory cannot be created
....
....
Caused by: java.util.ServiceConfigurationError: javax.xml.validation.SchemaFactory: Provider org.iso_relax.verifier.jaxp.validation.RELAXNGSchemaFactoryImpl could not be instantiated
at java.util.ServiceLoader.fail(ServiceLoader.java:232) ~[na:1.8.0_45]
....
....
Caused by: java.lang.NoClassDefFoundError: org/iso_relax/verifier/VerifierConfigurationException
at java.lang.Class.getDeclaredConstructors0(Native Method) ~[na:1.8.0_45]
....
....
Caused by: java.lang.ClassNotFoundException: org.iso_relax.verifier.VerifierConfigurationException
ни один из них не работает. спасибо
Подробнее здесь: https://stackoverflow.com/questions/790 ... se-compile