RE: Digester SetNext rule and Interfaces ...

2002-04-05 Thread Greg McCreath
. - robert On Friday, April 5, 2002, at 09:12 AM, Greg McCreath wrote: Hi all, I'm beavering away with Digester and have a question. The SetNext rule takes sends a method to the top-but-one object on the stock passing as a parameter the top object. It is looking for a method signature

Digester SetNext rule and Interfaces ...

2002-04-04 Thread Greg McCreath
Hi all, I'm beavering away with Digester and have a question. The SetNext rule takes sends a method to the top-but-one object on the stock passing as a parameter the top object. It is looking for a method signature that uses the top object class as a parameter ... but ... what if the method

FactoryCreateRule Example?

2002-03-21 Thread Greg McCreath
Can anyone point me to where I might might find one of the above. I want to have an object created using Digester, but the object will have two non no-argument constructors, and I want both of them to be recognised from the XML. As an example of what I want ... commsMessageFormatter

RE: FactoryCreateRule Example?

2002-03-21 Thread Greg McCreath
Robert, That'll get me on my way ... Many thanks. Greg. -Original Message- From: robert burrell donkin [mailto:[EMAIL PROTECTED]] Sent: 21 March 2002 20:59 To: Jakarta Commons Developers List Subject: Re: FactoryCreateRule Example? On Thursday, March 21, 2002, at 04:16 PM, Greg

Digester/BuanUtils Error trapping ...

2002-03-18 Thread Greg McCreath
Hi All, This is my first posting here. I'm looking at using the Digester class to construct object trees from a config XML file. I looks like a handy tool. I've been investigating it this morning and noticed that no error/exception is thrown by beanutils when a property setter does not exist