Did you place xml-apis.jar in your endorsed directory [1]? [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-4
Michael Glavassevich XML Technologies and WAS Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org "Jim Barnett" <jim.barn...@genesyslab.com> wrote on 03/08/2012 10:16:57 AM: > Thanks. That was certainly part of the problem. I?ve downloaded > the 1.1 beta package, and it now recognizes the ?xsd11 option, but I > get a different error: > > : Parse error occurred - No SchemaFactory that implements the schema > language specified by: http://www.w3.org/XML/XMLSchema/v1.1 c > be loaded > lang.IllegalArgumentException: No SchemaFactory that implements the > schema language specified by: http://www.w3.org/XML/XMLSchema/ > could be loaded > at javax.xml.validation.SchemaFactory.newInstance(Unknown Source) > at jaxp.SourceValidator.main(Unknown Source) > > The package works if I leave out the ?xsd11 flag and process using > schema 1.0. > > = Jim