DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13330>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13330 [PATCH] Call.setTimeout description is wrong Summary: [PATCH] Call.setTimeout description is wrong Product: Axis Version: current (nightly) Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Call.setTimeout argument seems 'milliseconds' but javadoc description says 'seconds'. How about following patch? cvs diff -u Call.java Index: Call.java =================================================================== RCS file: /home/cvspublic/xml-axis/java/src/org/apache/axis/client/Call.java,v retrieving revision 1.180 diff -u -r1.180 Call.java --- Call.java 27 Sep 2002 20:46:33 -0000 1.180 +++ Call.java 5 Oct 2002 16:02:16 -0000 @@ -133,7 +133,7 @@ * * AXIS properties: * SEND_TYPE_ATTR - Should we send the XSI type attributes (true/false) - * TIMEOUT - Timeout used by transport sender in seconds + * TIMEOUT - Timeout used by transport sender in milliseconds * TRANSPORT_NAME - Name of transport handler to use * ATTACHMENT_ENCAPSULATION_FORMAT- Send attachments as MIME the default, or DIME. * </pre>