----- 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 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 > > requires datatypes to be declared before assignment :) > > Sorry, I hand-edited the diff to remove some unrelated changes. naughty, naughty; good thing I did a build before a commit. > > 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. > > I have no idea how to fix this one - I think I'll just give > up on making apache soap talk with axis, there are too many > problems. welcome to the world of soap interop :) I have just commented out your null pointer check in the from types, because I decided we should narrow the problem down before putting band-aid over it. I understand why you were in band-aid mode, but it shoudnt go into the source. Better to have assertions, if only we could code for java1.4 only. -steve