[jira] Commented: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-08-01 Thread Steffen Pingel (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=comments#action_12424831 ] Steffen Pingel commented on XMLRPC-101: --- I need per connection SSL support and proxy support for XmlRpcCommonsTransport. Once XmlRpcSunHttpTransport has

[jira] Updated: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-08-01 Thread Julio Francisco Veronelli (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=all ] Julio Francisco Veronelli updated XMLRPC-101: - Attachment: sunhttp.zip Thanks for the advice. Here's a patch and new files for the Sun transport. Now factories can be created

[jira] Commented: (XMLRPC-99) Maven repository on ibiblio seems to be invalid for 3.0rc1

2006-08-01 Thread Jimisola Laursen (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-99?page=comments#action_12424962 ] Jimisola Laursen commented on XMLRPC-99: Jochen, Will you have time to look at this during the next couple of days? Maven repository on ibiblio seems to

[jira] Commented: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-08-01 Thread Julio Francisco Veronelli (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=comments#action_12424986 ] Julio Francisco Veronelli commented on XMLRPC-101: -- Sorry, the example is wrong, should read: XmlRpcTransportFactory t = new

svn commit: r427709 - in /webservices/xmlrpc/trunk: pom.xml server/src/main/java/org/apache/xmlrpc/webserver/WebServer.java src/changes/changes.xml

2006-08-01 Thread jochen
Author: jochen Date: Tue Aug 1 13:23:04 2006 New Revision: 427709 URL: http://svn.apache.org/viewvc?rev=427709view=rev Log: Fixed that the WebServer didn't wait before retrying to bind to the server socket. Submitted-by: Stanislav Miklik, [EMAIL PROTECTED] Modified:

Re: Bug in xmlrpc-3.0b1

2006-08-01 Thread Jochen Wiedmann
Stanislav Miklik wrote: Selected text seems to me like neverending cycle. I don't see the way out and also variable l is always l=0. You are right for the l=0. Fixed. As for the neverending cycle, I can't follow you: for (int i = 1; ; i++) { ...

[jira] Commented: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-08-01 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=comments#action_12425005 ] Jochen Wiedmann commented on XMLRPC-101: Ok, I'll apply this patch (most possibly with slight modifications) after 3.0 is out. Possibility to subclass

[jira] Commented: (XMLRPC-99) Maven repository on ibiblio seems to be invalid for 3.0rc1

2006-08-01 Thread Jimisola Laursen (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-99?page=comments#action_12425022 ] Jimisola Laursen commented on XMLRPC-99: works for me now. feel free to close this issue Maven repository on ibiblio seems to be invalid for 3.0rc1

[jira] Commented: (XMLRPC-101) Possibility to subclass XmlRpcSunHttpTransport for added functionality

2006-08-01 Thread Julio Francisco Veronelli (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-101?page=comments#action_12425099 ] Julio Francisco Veronelli commented on XMLRPC-101: -- Ok, thanks a lot for your time and guidance. Possibility to subclass XmlRpcSunHttpTransport