Hey thanks for taking look at the problem
I am not doing subclass for digester, but for commons-logging.
I am using commons-digester-1.5, I have MYCommonsLogging.jar which extends
commons-logging-api-jar.
When I add MYCommonsLogging.jar to the classpath I am getting the
exception.
The exception is occurring at getXMLReader().parse(is) method so does the
my logging subclasses are doing this mischief ;-)
public Object parse(InputStream input) throws IOException, SAXException {
configure();
InputSource is = new InputSource(input);
getXMLReader().parse(is);
return (root);
}
Regards,
Makarand Sonawane
L&T Infotech Limited
Tel - 91-20-5511262 Ext 547
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]