Re: Class XMLSchema11Factory not found

2014-01-06 Thread Michael Glavassevich
mrgla...@apache.org Xavi Arias Seguí wrote on 12/23/2013 11:31:28 AM: > From: Xavi Arias Seguí > To: j-users@xerces.apache.org, > Date: 12/23/2013 02:32 PM > Subject: Re: Class XMLSchema11Factory not found > > Sorry the last email was not finished. > Te c

Class XMLSchema11Factory not found

2013-12-23 Thread Xavi Arias Seguí
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.

Re: Class XMLSchema11Factory not found

2013-12-23 Thread Xavi Arias Seguí
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"