Return-Path: Delivered-To: apmail-ws-woden-dev-archive@www.apache.org Received: (qmail 55167 invoked from network); 12 Sep 2006 14:00:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Sep 2006 14:00:03 -0000 Received: (qmail 90192 invoked by uid 500); 12 Sep 2006 13:59:52 -0000 Delivered-To: apmail-ws-woden-dev-archive@ws.apache.org Received: (qmail 90179 invoked by uid 500); 12 Sep 2006 13:59:49 -0000 Mailing-List: contact woden-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: woden-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list woden-dev@ws.apache.org Received: (qmail 90150 invoked by uid 99); 12 Sep 2006 13:59:49 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Sep 2006 06:59:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from ([209.237.227.198:46109] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 29/C0-02623-26DB6054 for ; Tue, 12 Sep 2006 07:00:02 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C3EE671432E for ; Tue, 12 Sep 2006 13:56:25 +0000 (GMT) Message-ID: <5115045.1158069385800.JavaMail.jira@brutus> Date: Tue, 12 Sep 2006 06:56:25 -0700 (PDT) From: "Jeremy Hughes (JIRA)" To: woden-dev@ws.apache.org Subject: [jira] Commented: (WODEN-14) Use XML Catalog To Improve Performance and Enable Offline Work In-Reply-To: <824700.1147956905811.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/WODEN-14?page=comments#action_12434160 ] Jeremy Hughes commented on WODEN-14: ------------------------------------ Hi Graham, thanks for posting the above and the further patch. Above you describe these classes org.apache.woden.resolver contains: ? URIResolver interface ? SimpleURIResolver ? XMLCatalogURIResolver org.apache.woden.internal.resolver contains: ? SchemaResolverAdapter but the patch contains only these new classes: org.apache.woden.resolver.URIResolver org.apache.woden.internal.resolver.SchemaResolverAdapter org.apache.woden.internal.resolver.SimpleURIResolver The package of SimpleURIResolver is different and XMLCatalogURIResvoler is missing. The sample imports org.apache.woden.internal.resolver.SimpleURIResolver. Which should it be? I'm interested in the XMLCatalogURIResolver - will that read in catalog files that conform to the XML catalog standard? Thx. > Use XML Catalog To Improve Performance and Enable Offline Work > -------------------------------------------------------------- > > Key: WODEN-14 > URL: http://issues.apache.org/jira/browse/WODEN-14 > Project: Woden > Issue Type: New Feature > Components: Parser > Reporter: Arthur Ryman > Assigned To: Lawrence Mandel > Attachments: sample.zip, woden-14-patch1.txt > > > Woden currently retrieves XML schemas from the Internet each time it performs a validator. This causes a multisecond performance degradation and prevents validation from working when there is no Internet access. > Woden should use an XML catalog to resolve references to Internet resources. There should be an API for controlling the XML catalog so that Woden can be imbedded in other systems, such as Eclipse and Ant, that provide XML catalogs. > The XML catalog should be consulted when resolving all resource requests, e.g. for XML schema or WSDL. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org For additional commands, e-mail: woden-dev-help@ws.apache.org