Re: EntityResolver not getting called...?

2012-02-07 Thread Cezar Andrei
David, This sounds strange, I checked the code, the resolver is used. Just make sure you don't have XmlOptions.setLoadUseDefaultResolver (). You can also give a try using ResolverUtil.resolverForCatalog(). Cezar On Wed, 2012-01-04 at 01:29 -0800, David Svanberg wrote: Hi, my problem is that I

EntityResolver not getting called...?

2012-01-04 Thread David Svanberg
Hi, my problem is that I have legacy XSD Schemas (won't fix) that import other schemas using a non-comformant URI as the schemaLocation that I want to compile using XmlBeans.compileXsd (using XmlBeans 2.5.0). An example import could look like: xs:import namespace=http://www.example.org;