Here are the diffs, built against the 5-31-02
release, with failure and success cases both tested via GetQuote. I've
never built a patch before, so if I need to do something else, let me
know.
-----------------------------------CUT BELOW
HERE-------------------------------
RPCElement.java
86c86 < OperationDesc [] operations) throws ClassNotFoundException --- > OperationDesc [] operations) 106,109d105 < < if (serviceDesc == null) { < throw new ClassNotFoundException(JavaUtils.getMessage("noClassForService00", lc)); < } BodyBuilder.java
158,172c158,159 < < try { < < element = new RPCElement(namespace, localName, prefix, < attributes, context, operations); < < } catch (ClassNotFoundException e) { < < // SAXException is already known to this method, so I < // don't have an exception-handling propogation explosion. < // < throw new SAXException(e); < } < < --- > element = new RPCElement(namespace, localName, prefix, > attributes, context, operations); axisNLS.properties
280d279 < noClassForService00=Could not find class for the service named: {0}\nHint: you need to <b>copy</b> your class files/tree into the right location (which depends on the servlet system you are using). ----------------------------------------- END CUT ABOVE HERE ----------------------------------------
|
- Proposed change to RPCElement.java & BodyBuilder.java John Brothers
- Re: Proposed change to RPCElement.java & BodyBuilde... John Brothers
- RE: Proposed change to RPCElement.java & BodyBuilde... Tom Jordahl
- RE: Proposed change to RPCElement.java & BodyBu... John Brothers
- RE: Proposed change to RPCElement.java & BodyBuilde... Tom Jordahl