Re: Timeout problems

2002-12-20 Thread Ladwig, Mike
You are right. I tested the timeout path only on the non-SSL test endpoint, and on the SSL endpoint only verified that it wasn't broken by the change. If you add the connect timeout code to the SSL path, I'll test it. mike. -- To unsubscribe, e-mail: For additional c

Re: Timeout problems

2002-12-20 Thread Scott Nichol
day, December 20, 2002 10:39 AM Subject: Re: Timeout problems > Excellent! I've tested with SSL and non-SSL connections, and it seems to > work perfectly. Will this be going into the nightly builds? > > Thanks, > mike. > > -- > To unsubscribe, e-mail: <mailto:[

Re: Timeout problems

2002-12-20 Thread Ladwig, Mike
Excellent! I've tested with SSL and non-SSL connections, and it seems to work perfectly. Will this be going into the nightly builds? Thanks, mike. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Timeout problems

2002-12-20 Thread Scott Nichol
run. I am sending you privately a soap.jar I built with a possible run-time "fix". Scott Nichol - Original Message - From: "Ladwig, Mike" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 20, 2002 9:52 AM Subject: Re: Timeout problems &

Re: Timeout problems

2002-12-20 Thread Ladwig, Mike
>> - I'm not knowledgable about packaging binary jars; is there a way to >> conditionalize the HTTPUtils code so that on JDK1.4 and above the not-broken >> socket API is used? >Yes. Is this the right packaging approach? Would you accept such a patch? if (java.lang.version >= 1.4) { s =

Re: Timeout problems

2002-12-20 Thread Scott Nichol
> >Apache SOAP runs on J2SE 1.2 and later. As such, it cannot use > >Socket#connect, which was added in J2SE 1.4, I believe. > > You're correct. Unfortunately, this 100 sec timeout is a big problem for > me; I need to find a workaround. > > - I'm not knowledgable about packaging binary jars; is t

Re: Timeout problems

2002-12-20 Thread Ladwig, Mike
>Apache SOAP runs on J2SE 1.2 and later. As such, it cannot use >Socket#connect, which was added in J2SE 1.4, I believe. You're correct. Unfortunately, this 100 sec timeout is a big problem for me; I need to find a workaround. - I'm not knowledgable about packaging binary jars; is there a way t

Re: Timeout problems

2002-12-19 Thread Scott Nichol
Apache SOAP runs on J2SE 1.2 and later. As such, it cannot use Socket#connect, which was added in J2SE 1.4, I believe. Scott Nichol - Original Message - From: "Ladwig, Mike" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 1:26 PM Subject: Timeout problems