Re: Timing and null patch

2002-06-27 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 17:00 Subject: Re: Timing and null patch > On Thu, 27 Jun 2002, Steve Loughran wrote: > > > > Unfortunately - no. I just got stack traces, no time to investigate > > > the rea

Re: Timing and null patch

2002-06-27 Thread Sam Ruby
Costin Manolache wrote: > > I used an older version initially, but now I updated to HEAD. > > Now apacheSOAP sends nil, but of course that doesn't change the > fact that Axis doesn't accept 'null' - which I think it should. It should already. See http://marc.theaimsgroup.com/?l=axis-dev&m=102

Re: Timing and null patch

2002-06-27 Thread costinm
On Thu, 27 Jun 2002, Sam Ruby wrote: > > I think you can drop the 'nil' change for now - it only help > > Axis to accept the input from ApacheSoap, but not the reverse - > > Axis will still send nil which apacheSoap will not recognize. > > What version of Apache SOAP are you using? From what

Re: Timing and null patch

2002-06-27 Thread Sam Ruby
[EMAIL PROTECTED] wrote: > > I think you can drop the 'nil' change for now - it only help > Axis to accept the input from ApacheSoap, but not the reverse - > Axis will still send nil which apacheSoap will not recognize. What version of Apache SOAP are you using? From what I can see, this was

Re: Timing and null patch

2002-06-27 Thread costinm
On Thu, 27 Jun 2002, Steve Loughran wrote: > > Unfortunately - no. I just got stack traces, no time to investigate > > the real cause for the objects beeing null - just put the checks in > > and kept going. Sorry. > > would be nice if the nil patch compiled. The version of java I am using > requ

Re: Timing and null patch

2002-06-27 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 3:00 PM Subject: Re: Timing and null patch > On Thu, 27 Jun 2002, Steve Loughran wrote: > > > > The patch adds a new logger named 'org.apache.axis.TIME

Re: Timing and null patch

2002-06-27 Thread costinm
On Thu, 27 Jun 2002, Steve Loughran wrote: > > The patch adds a new logger named 'org.apache.axis.TIME'. If you enable > > debugging on it, it'll display various interesting times - the > > Call.invoke(), time spent in the real method, time spent decoding > > and sending the response. > > > >

Re: Timing and null patch

2002-06-27 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 13:55 Subject: Timing and null patch > The patch adds a new logger named 'org.apache.axis.TIME'. If you enable > debugging on it, it'll displa

Timing and null patch

2002-06-27 Thread costinm
The patch adds a new logger named 'org.apache.axis.TIME'. If you enable debugging on it, it'll display various interesting times - the Call.invoke(), time spent in the real method, time spent decoding and sending the response. There is also the quick fix for nil/null, and few null pointer excep