Re: Re[2]: Digester Help PLEASE

2001-08-25 Thread Sean
lt;[EMAIL PROTECTED]> Sent: Saturday, August 25, 2001 2:29 PM Subject: Re: Re[2]: Digester Help PLEASE > Can you post (some of) the debug output you're getting from the Digester? > That might help us see what's going on. > > -- > Martin Cooper > > > - Original

Re: Re[2]: Digester Help PLEASE

2001-08-25 Thread martin . cooper
al Message - From: "Sean" <[EMAIL PROTECTED]> To: "Struts Users" <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 7:21 AM Subject: Re: Re[2]: Digester Help PLEASE > I am using the 1.0 release, just again downloaded from the jakarta set fresh > in case somet

Re: Re[2]: Digester Help PLEASE

2001-08-25 Thread martin . cooper
August 24, 2001 7:21 AM Subject: Re: Re[2]: Digester Help PLEASE > I am using the 1.0 release, just again downloaded from the jakarta set fresh > in case something else is wrong. Nada, a no go still ... Any other ideas? > > Sean > > P.S. URL used: > http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1 > .0/ > >

Re: Re[2]: Digester Help PLEASE

2001-08-24 Thread Sean
I am using the 1.0 release, just again downloaded from the jakarta set fresh in case something else is wrong. Nada, a no go still ... Any other ideas? Sean P.S. URL used: http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1 .0/

Re[3]: Digester Help PLEASE

2001-08-24 Thread Oleg V Alexeev
Hello Sean, Friday, August 24, 2001, 5:51:33 PM, you wrote: S> Oleg, S> The problem is that none of the rules are being fired at all, no objects are S> getting created, nothing at all. The patterns match what is in the file, S> the file is valid, I should see some Factory objects get created,

Re: Re[2]: Digester Help PLEASE

2001-08-24 Thread Richard Reich
> To: "Struts Users" <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 6:51 AM Subject: Re[2]: Digester Help PLEASE > Oleg, > > The problem is that none of the rules are being fired at all, no objects are > getting created, nothing at all. The patterns match what is

Re[2]: Digester Help PLEASE

2001-08-24 Thread Sean
Oleg, The problem is that none of the rules are being fired at all, no objects are getting created, nothing at all. The patterns match what is in the file, the file is valid, I should see some Factory objects get created, some PatternSet objects get created, and a whole bunch of sets etc happen

Re[2]: Digester Help PLEASE

2001-08-24 Thread Oleg V Alexeev
Hello Sean, What is wrong with your code - explane please. P.S. May be I am wrong but try to avoid such patterns as "*/patternset" Friday, August 24, 2001, 5:37:58 PM, you wrote: S> Oleg, S> I am running this from a main() test program and only one instance it being S> created. Do you see a

Re: Digester Help PLEASE

2001-08-24 Thread Sean
Oleg, I am running this from a main() test program and only one instance it being created. Do you see anything wrong with the rules? XML file? Sean

Re: Digester Help PLEASE

2001-08-24 Thread Oleg V Alexeev
Hello Sean, You can create only ONE instance of Digester in your application. If it can help you... Friday, August 24, 2001, 5:26:22 PM, you wrote: S> Ok, after spending over 2 hours trying to debug this can I get some eyes on S> this please? Does anyone see anything wrong with this method ran

Digester Help PLEASE

2001-08-24 Thread Sean
Ok, after spending over 2 hours trying to debug this can I get some eyes on this please? Does anyone see anything wrong with this method ran against the attached datafile: protected void initMappings(InputStream input) { Digester digester = new Digester(); digester.setDebug(1); dige