Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 96994 invoked by uid 500); 30 Jan 2002 14:54:02 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 96921 invoked from network); 30 Jan 2002 14:54:02 -0000 Message-ID: <5E13A1874524D411A876006008CD059F031A1463@0-mail-1.hpl.hp.com> From: "Butler, Mark" To: "'cocoon-dev@xml.apache.org'" Subject: RE: Plans for upcoming release: DELI Date: Wed, 30 Jan 2002 14:54:00 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Configuring DELI & TraxTransformer: 1. Sitemap.xmap Yes it is much better to turn DELI on locally in a block in sitemap.xmap using Thanks (Carsten + Michael?). This seems a better solution the turning DELI on globally in the statement in false false 2. TraxTransformer itself We still haven't resolved the problem with this code in TraxTransformer: // FIXME (VG): Replace try with hasComponent() check when it works as expected //System.out.println(Deli.ROLE + ": " + this.manager.hasComponent(Deli.ROLE)); //if (this.manager.hasComponent(Deli.ROLE)) { try { if (this.getLogger().isDebugEnabled()) { getLogger().debug("Looking up " + Deli.ROLE); } this.deli = (Deli) this.manager.lookup(Deli.ROLE); } catch (ComponentException e) { getLogger().debug("Deli is not available"); } catch (NoClassDefFoundError e) { getLogger().debug("Deli is not available"); } //} I wondered if it was because I had omitted the class attribute in the .xconf e.g. not however including the class attribute doesn't seem to make any difference. So questions: - Does this class attribute need to be there? - Anybody got any other ideas on what is causing this problem? thanks - I get on with updating the docs now. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org