Thanks for the help, but I fixed it today by just uninstalling and
reinstalling.  I've had the same error (which caused me to write the
installation help doc) now with three different versions 4.0.3, 4.0.4,
and 4.1.12 on three different machines and the fix is just to uninstall,
reinstall both the redirector and tomcat.

Again, thanx for the help

- Andrew


-----Original Message-----
From: robert burrell donkin
[mailto:[EMAIL PROTECTED]] 
Sent: Monday, November 18, 2002 1:52 PM
To: Jakarta Commons Users List
Subject: [digester] Re: Problems using Digester

hi Andrew

first thing i'd try is to retest with a recent nightly or cvs HEAD. (you

might need to grab a newer version of beanutils as well). there have
been 
bugs fixed in this area. (we hope to get a new digester release really 
soon.)

if you're still having problems then you need to supply a bit more 
information. it's very hard to work out what's going wrong with having
an 
idea of the ruleset (whether it's created programmatic or via xml).
what's 
also very useful is the trace log. (see commons-logging documentation if

you don't know how to do this.)

it you're using rules that rely on the java beans spec, you might like
to 
double check that they are compliant (a typical gotha is that you can't 
overload setters).

oh yes - could you try to remember to prefix with the component in
future.
  a lot of developers use this to filter the emails.

- robert

On Monday, November 18, 2002, at 12:32 AM, Andrew Conrad wrote:

> I am having some problems using the digester in that I can't get it to
> call some methods for some properties.
>
> For instance,  this XML document:
>
> <Channel toAddresses='[EMAIL PROTECTED],[EMAIL PROTECTED]' />
>
> creates a Channel object, but does not call setToAddresses()
>
>
> while this XML document
>
> <Channel toAddress='[EMAIL PROTECTED],[EMAIL PROTECTED]' />
>
>
> creates a Channel object and calls setToAddress().  Any ideas on what
I
> am missing?  Is there some issue with plural attributes or the use of
> plural methods?
>
> - Andrew


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to