That sounds reasonable.  The only schema validation I'm doing is the digital
signature against the digital signature schema.  I'm using the internal one
(org.apache.xml.security.resource.schema) and that one doesn't appear to
link to other entities.  I assume I should still take over entity resolution
nonetheless?  Maybe it's still trying to generate a call to the schema on
the web?

Michael

On Mon, Apr 4, 2011 at 11:21 AM, Cantor, Scott E. <[email protected]> wrote:

> On 4/4/11 11:18 AM, "Michael Bishop" <[email protected]> wrote:
> >Can someone shed some light as to why I can't successfully perform
> >certain functions without an Internet connection?  I'm doing two kinds of
> >validation.  The first is schema validation.
>
> Unless you override all entity resolution and/or use various non-normative
> (and somewhat insecure) hints for schema lookup, you'll often get remote
> schema fetches. XML Schema resolution is among the more broken parts of
> the XSD spec.
>
> -- Scott
>
>

Reply via email to