Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 29328 invoked by uid 500); 30 Jan 2002 15:25:13 -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 29317 invoked from network); 30 Jan 2002 15:25:13 -0000 From: "Vadim Gritsenko" To: Subject: RE: Plans for upcoming release: DELI Date: Wed, 30 Jan 2002 10:24:03 -0500 Message-ID: <00d701c1a9a2$269db3b0$0a00a8c0@vgritsenkopc> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <5E13A1874524D411A876006008CD059F031A1463@0-mail-1.hpl.hp.com> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > From: Butler, Mark [mailto:Mark_Butler@hplb.hpl.hp.com] > > Configuring DELI & TraxTransformer: > > 1. Sitemap.xmap > > Yes it is much better to turn DELI on locally in a block in > sitemap.xmap using > > Already there. > Thanks (Carsten + Michael?). This seems a better solution the turning DELI > on globally in the > Please can someone update sitemap.xmap to remove the statement in > > src="org.apache.cocoon.transformation.TraxTransformer" > pool-max="32" pool-min="16" pool-grow="4"> > false > false > Not required. Will be overridden in pipelines section as needed. > 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"); > } > //} Will resolve later. It works ATM. > I wondered if it was because I had omitted the class attribute in the .xconf > e.g. > > > value="resources/deli/config/deliConfig.xml"/> > > > > not > > > value="resources/deli/config/deliConfig.xml"/> > > > > however including the class attribute doesn't seem to make any difference. > > So questions: > - Does this class attribute need to be there? If shorthand ("deli") is declared, class attribute is ignored. > - Anybody got any other ideas on what is causing this problem? Nope. I hope Berin will tell us what the problem with this is. Vadim --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org