You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Dave Dunkin <Da...@Attachmate.com> on 2002/03/14 03:59:38 UTC

[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



[PATCH] Undeploying services

Posted by Melissa Turner <mj...@apple.com>.
Undeployment doesn't fully work  - there's a lingering namespace mapping 
that's set up in WSDDService.deployToRegistry() that isn't being removed.

See a proposed fix below (done against the beta, sorry).

+Melissa

WSDDDeployment.java (no change since beta)