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=13363>. 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=13363 Replace underlying HTTP client functionality with Jakarta Commons HttpClient ------- Additional Comments From [EMAIL PROTECTED] 2003-03-16 06:28 ------- I thought it might be nice if I post details of the change to the 2.0 changes: This functionality is currently encapsulated in CommonsXmlRpcTransport. You can pass this to XmlRpcClient.execute to use it. I haven't written a TransportFactory implementation yet, mostly because it got me thinking about thread safety. So the way I used this was to initialize it and save it in my client code, and pass it to each call of execute().