RE: cvs commit: xml-axis/java/src/org/apache/axis/message MessageElement.java

2002-11-05 Thread Chris Williamson
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

RE: cvs commit: xml-axis/java/src/org/apache/axis/message MessageElement.java

2002-11-05 Thread Davanum Srinivas
:) 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

RE: cvs commit: xml-axis/java/src/org/apache/axis/message MessageElement.java

2002-11-05 Thread Davanum Srinivas
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

RE: cvs commit: xml-axis/java/src/org/apache/axis/message MessageElement.java

2002-11-05 Thread Chris Williamson
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

RE: cvs commit: xml-axis/java/src/org/apache/axis/message MessageElement.java

2002-11-05 Thread Glen Daniels
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

Re: cvs commit: xml-axis/java/src/org/apache/axis/message MessageElement.java

2002-03-15 Thread Glyn Normington
Glen, Thanks for those fixes and further improvements. I'll add exception throwing to the value/children precondition checks. Glyn