bingo :)
> -Original Message-
> From: Davanum Srinivas [mailto:dims@;yahoo.com]
> Sent: Tuesday, November 05, 2002 11:49 AM
> To: [EMAIL PROTECTED]
> Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/message
> MessageElement.java
>
>
> :) My guess is
:) My guess is that you are writing a SOAP interface to mathematica :) Right?
-- dims
--- Chris Williamson <[EMAIL PROTECTED]> wrote:
> Hmmm. I don't mind getting rid of setType all that much, as long as I can
> still set the type using attributes. Which means fixing that last bug I
> submitted
Can you please post the fix to Bugzilla? Run "cvs diff -u" from the xml-axis\java
directory.
Thanks,
dims
--- Chris Williamson <[EMAIL PROTECTED]> wrote:
> Hmmm. I don't mind getting rid of setType all that much, as long as I can
> still set the type using attributes. Which means fixing that la
Hmmm. I don't mind getting rid of setType all that much, as long as I can
still set the type using attributes. Which means fixing that last bug I
submitted :) I have a fix btw, if you would like to see it. It is pretty
simple, but I am not sure it is as efficient as you would like. It is
howev
Dims,
I'm a little concerned about unnecessary object creations here - why not just fix the
problem by checking for null accurately everywhere? I'm not quite sure about the
tradeoffs involved between creating an empty ArrayList for every MessageElement vs.
null-checking.
--Glen
> -O
Glen,
Thanks for those fixes and further improvements. I'll add exception
throwing to the value/children precondition checks.
Glyn