Hi, On Tue, 2003-07-01 at 02:10, Radhika Menon wrote: > I am using Digester for parsing xml files in my application.I encounter a > "IllegalAccessException" when it tries to invoke a public method on a "default" > access class.
>From memory, I think this happens when the method being called throws an exception. You should make sure this is not happening. If this guess isn't right, please provide more details, like: * the digester rules * the class being invoked. Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
