Return-Path: Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 3196 invoked by uid 98); 28 Nov 2002 19:37:52 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Received: (qmail 3161 invoked from network); 28 Nov 2002 19:37:50 -0000 Received: from daedalus.apache.org (HELO apache.org) (63.251.56.142) by nagoya.betaversion.org with SMTP; 28 Nov 2002 19:37:50 -0000 Received: (qmail 13427 invoked by uid 500); 28 Nov 2002 19:36:34 -0000 Received: (qmail 13377 invoked from network); 28 Nov 2002 19:36:33 -0000 Received: from pcow058o.blueyonder.co.uk (HELO blueyonder.co.uk) (195.188.53.98) by daedalus.apache.org with SMTP; 28 Nov 2002 19:36:33 -0000 Received: from pcow058m.blueyonder.co.uk ([127.0.0.1]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Thu, 28 Nov 2002 19:36:42 +0000 Received: from localhost (unverified [80.194.24.21]) by pcow058m.blueyonder.co.uk (Content Technologies SMTPRS 4.2.9) with ESMTP id for ; Thu, 28 Nov 2002 19:36:41 +0000 Date: Thu, 28 Nov 2002 19:36:52 +0000 Subject: Re: [digester help] How to define a method more than one parameter? Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) From: robert burrell donkin To: "Jakarta Commons Users List" Content-Transfer-Encoding: 7bit In-Reply-To: <001801c296af$b4357280$4a0212c0@wanghongbao> Message-Id: X-Mailer: Apple Mail (2.482) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hi the best way to debug this kind of problem is to turn up the logging level on digester and beanutils to trace and then examine the stack trace. (digester uses commons-logging - if you don't know how to do this, then look at the documentation. if you're running from a container, you might also find it easier to configure the logging if you run it from the command line whilst debugging.) if you can't figure out what's going wrong from the trace, post it up to the list and people will help you sort it out. - robert On Thursday, November 28, 2002, at 07:28 AM, IMCaptor wrote: > Hello All: > > and I want to know how to define a rule larger than two > parameters > like this > > methodname="addProperty" paramcount="2" /> > > methodname="addProperty" paramcount="0" /> > methodname="addProperty" paramcount="1" /> > > but i get the error: > > Call > com.gtom.ipass.common.configure.ConnectionFactoryConfigure.addProperty(n > ull/java.lang.String,null/java.lang.String) ERROR [main] > > and the parameter not read into the parameter. > > > Best Regards > IMCaptor > > > -- > To unsubscribe, e-mail: org> > For additional commands, e-mail: org> >