Hi guys Is there a way to make Tuscany SDO fetch referenced schemas locally (or from another location)?
If I have a schema containing the following: ... xmlns:DKCC="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/" ... <import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/DKCC _StreetName.xsd"/> ... <element ref="DKCC:StreetName"/> ... If the site holding the DKCC_StreetName.xsd schema is temporarily down the XSDHelper.define will eventually throw an exception. So my question is whether it is possible to cache the referenced schemas locally (or something)? /Chr --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
