You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tuscany.apache.org by Christian Landbo Frederiksen <Ch...@ementor.dk> on 2007/03/27 16:12:37 UTC

Schema references unavailable

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: tuscany-user-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-user-help@ws.apache.org