Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 76786 invoked from network); 20 Sep 2000 11:08:41 -0000 Received: from 1cust108.tnt1.dial.ren1.fr.uu.net (HELO odaxys.iway.fr) (212.155.1.108) by locus.apache.org with SMTP; 20 Sep 2000 11:08:41 -0000 Received: by M27 with Internet Mail Service (5.5.2650.21) id ; Wed, 20 Sep 2000 13:10:27 +0200 Message-ID: <0183756184D8D211A8EB0000C0C21BCF025096@M27> From: Christophe MALIGORNE To: cocoon-users@xml.apache.org Subject: RE: Testers wanted for Cocoon 1.8-dev (O.K., here's another one ; )) Date: Wed, 20 Sep 2000 13:10:26 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N this methos is called in the class CocoonServletRequest in the = following method: public String getParameter(String name) { if (params.containsKey(name)) return ((String[])params.get(name))[0]; if (req !=3D null) { String value =3D req.getParameter(name); if (value !=3D null) return value; } if ((document !=3D null) && = (name.equalsIgnoreCase("producer"))) return "org.apache.cocoon.producer.ProducerFromRequest"; return null; } how can i modify this ? > -----Message d'origine----- > De: Christophe MALIGORNE [SMTP:cmaligorne@odaxys.fr] > Date: mercredi 20 septembre 2000 12:52 > =C0: cocoon-users@xml.apache.org > Objet: RE: Testers wanted for Cocoon 1.8-dev (O.K., here's another > one ; )) >=20 > I have the same problem. > this methos is not yet supplied with Cocoon. >=20 > I had to take it in an older version do cocoon ? > Or whet are the changes to make to avoid to call this method ? >=20 > > -----Message d'origine----- > > De: Steve Lane [SMTP:slane@fmpro.com] > > Date: mardi 19 septembre 2000 21:17 > > =C0: cocoon-users@xml.apache.org > > Objet: Re: Testers wanted for Cocoon 1.8-dev (O.K., here's another > > one ; )) > >=20 > > I tried installing the new version and got this error: > >=20 > > Cocoon 1.8-dev > >=20 > > Publishing Engine could not be initialized. > >=20 > > java.lang.RuntimeException: Error creating > > org.apache.cocoon.producer.ProducerFromRequest: class is not found > > at org.apache.cocoon.framework.Manager.create(Manager.java) > > at org.apache.cocoon.framework.Router.init(Compiled Code) > > at = org.apache.cocoon.producer.ProducerFactory.init(ProducerFactory.java) > > at org.apache.cocoon.framework.Manager.create(Manager.java) > > at org.apache.cocoon.Engine.(Engine.java) > > at org.apache.cocoon.Engine.getInstance(Engine.java) > > at org.apache.cocoon.Cocoon.init(Cocoon.java) > > at org.apache.tomcat.core.ServletWrapper.initServlet(Compiled Code) > > at org.apache.tomcat.core.ServletWrapper.handleRequest(Compiled = Code) > > at > > = org.apache.tomcat.core.ContextManager.service(ContextManager.java:559) > > at > > = org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(H= > > ttpC > > onnectionHandler.java:160) > > at > > = org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java= > > :338 > > )atsjava.lang.Thread.run(Thread.java) > >=20 > > ---------- > > Steve Lane > > Senior Project Manager > > Chris Moyer Consulting Inc., Chicago > > 833 W. Chicago Ave. Suite 203 > > Chicago, IL 60622 > > 312 433-2421 (V) slane@fmpro.com > > 312 850-3930 (F) http://www.fmpro.com > >=20 > > *** > > Beginner to Advanced FileMaker & Lasso training. > > For class and registration information, please visit > > http://www.fmpro.com/cmc_classes/, > > email training@fmpro.com, or call Tami at (713) 952-1094. > > *** > >=20 > >=20 > > = --------------------------------------------------------------------- > > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org > > For additional commands, e-mail: cocoon-users-help@xml.apache.org >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org > For additional commands, e-mail: cocoon-users-help@xml.apache.org