Re: Class XMLSchema11Factory not found
Sorry the last email was not finished. Te correct Maven dependency is: xerces xercesImpl 2.11.0 runtime And the code I use to obtain the Schema Factory is: System.setProperty("javax.xml.validation.SchemaFactory: http://www.w3.org/XML/XMLSchema/v1.1"
Class XMLSchema11Factory not found
Hello, The class org.apache.xerces.jaxp.validation.XMLSchema11Factory is not in the Maven JAR after adding the dependency: xerces xercesImpl 2.11.0-SNAPSHOT runtime Normally it should be somewhere in order to obtain a XML Schema 1.1.