RE: [PATCH] JavaProvider NoClassDefFoundError

2002-03-14 Thread Tom Jordahl
Thanks Dave, Submitted your patch. -Original Message- From: Dave Dunkin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 10:00 PM To: [EMAIL PROTECTED] Subject: [PATCH] JavaProvider NoClassDefFoundError The attached patch addresses a problem with JavaProvider where if a

[PATCH] JavaProvider NoClassDefFoundError

2002-03-13 Thread Dave Dunkin
The attached patch addresses a problem with JavaProvider where if a class is not found while generating the WSDL, the NoClassDefFoundError makes it all the way out to the servlet engine. Instead, an AxisFault should be generated that contains the message from the NoClassDefFoundError. I also f