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 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 fixed a few debug statements. Dave Dunkin