Fw: MessageElement is not for mortals

2003-01-15 Thread James M Snell
FYI: Attached is a note from an IBM researcher who has been using Axis to create some demos for the IBM Web Services Toolkit. It details from issues she has had to deal with in regards to the MessageElement class. After the 1.1 Release, I will work on incorporating her suggested enhancements

DO NOT REPLY [Bug 14134] - QName Attributes lose namespace mapping in MessageElement after Serialization.

2002-11-05 Thread bugzilla
gzilla/show_bug.cgi?id=14134 QName Attributes lose namespace mapping in MessageElement after Serialization. [EMAIL PROTECTED] changed: What|Removed |Added Stat

DO NOT REPLY [Bug 14134] - QName Attributes lose namespace mapping in MessageElement after Serialization.

2002-11-05 Thread bugzilla
gzilla/show_bug.cgi?id=14134 QName Attributes lose namespace mapping in MessageElement after Serialization. --- Additional Comments From [EMAIL PROTECTED] 2002-11-05 18:09 --- Here is the cvs diff for the fix that I promised. Essentially the QName Attributes do not get set to null. The

DO NOT REPLY [Bug 14130] - Type is not used during serialization of MessageElement.

2002-11-05 Thread bugzilla
gzilla/show_bug.cgi?id=14130 Type is not used during serialization of MessageElement. [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RE

DO NOT REPLY [Bug 14140] - getNamespacePrefixes of MessageElement throws a NullPointerException if no namespaces have been declared.

2002-11-05 Thread bugzilla
gzilla/show_bug.cgi?id=14140 getNamespacePrefixes of MessageElement throws a NullPointerException if no namespaces have been declared. [EMAIL PROTECTED] changed: What|Removed

DO NOT REPLY [Bug 14139] - NamespaceDeclaration's are not used during the serialization of MessageElement.

2002-11-04 Thread bugzilla
gzilla/show_bug.cgi?id=14139 NamespaceDeclaration's are not used during the serialization of MessageElement. [EMAIL PROTECTED] changed: What|Removed |Added

DO NOT REPLY [Bug 14136] - getCompleteAttributes in MessageElement problems

2002-11-04 Thread bugzilla
gzilla/show_bug.cgi?id=14136 getCompleteAttributes in MessageElement problems [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RE

DO NOT REPLY [Bug 14140] New: - getNamespacePrefixes of MessageElement throws a NullPointerException if no namespaces have been declared.

2002-10-31 Thread bugzilla
gzilla/show_bug.cgi?id=14140 getNamespacePrefixes of MessageElement throws a NullPointerException if no namespaces have been declared. Summary: getNamespacePrefixes of MessageElement throws a NullPointerException if no namespaces have been de

DO NOT REPLY [Bug 14139] - NamespaceDeclaration's are not used during the serialization of MessageElement.

2002-10-31 Thread bugzilla
gzilla/show_bug.cgi?id=14139 NamespaceDeclaration's are not used during the serialization of MessageElement. --- Additional Comments From [EMAIL PROTECTED] 2002-10-31 16:50 --- Created an attachment (id=3683) Java test file for this bug.

DO NOT REPLY [Bug 14139] New: - NamespaceDeclaration's are not used during the serialization of MessageElement.

2002-10-31 Thread bugzilla
gzilla/show_bug.cgi?id=14139 NamespaceDeclaration's are not used during the serialization of MessageElement. Summary: NamespaceDeclaration's are not used during the serialization of MessageElement. Product: Axis Version: 1.0

DO NOT REPLY [Bug 14136] - getCompleteAttributes in MessageElement problems

2002-10-31 Thread bugzilla
gzilla/show_bug.cgi?id=14136 getCompleteAttributes in MessageElement problems [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PRO

DO NOT REPLY [Bug 14134] - QName Attributes lose namespace mapping in MessageElement after Serialization.

2002-10-31 Thread bugzilla
gzilla/show_bug.cgi?id=14134 QName Attributes lose namespace mapping in MessageElement after Serialization. [EMAIL PROTECTED] changed: What|Removed |Added

DO NOT REPLY [Bug 14136] - getCompleteAttributes in MessageElement problems

2002-10-31 Thread bugzilla
gzilla/show_bug.cgi?id=14136 getCompleteAttributes in MessageElement problems --- Additional Comments From [EMAIL PROTECTED] 2002-10-31 16:25 --- Created an attachment (id=3682) Java test file for this bug.

DO NOT REPLY [Bug 14136] New: - getCompleteAttributes in MessageElement problems

2002-10-31 Thread bugzilla
gzilla/show_bug.cgi?id=14136 getCompleteAttributes in MessageElement problems Summary: getCompleteAttributes in MessageElement problems Product: Axis Version: 1.0 Platform: Other OS/Version: Other Status: NEW Severity:

DO NOT REPLY [Bug 14134] - QName Attributes lose namespace mapping in MessageElement after Serialization.

2002-10-31 Thread bugzilla
gzilla/show_bug.cgi?id=14134 QName Attributes lose namespace mapping in MessageElement after Serialization. --- Additional Comments From [EMAIL PROTECTED] 2002-10-31 15:55 --- Created an attachment (id=3680) The java file used to show this bug.

DO NOT REPLY [Bug 14134] New: - QName Attributes lose namespace mapping in MessageElement after Serialization.

2002-10-31 Thread bugzilla
gzilla/show_bug.cgi?id=14134 QName Attributes lose namespace mapping in MessageElement after Serialization. Summary: QName Attributes lose namespace mapping in MessageElement after Serialization. Product: Axis Version: 1.0 Platform:

DO NOT REPLY [Bug 14130] - Type is not used during serialization of MessageElement.

2002-10-31 Thread bugzilla
gzilla/show_bug.cgi?id=14130 Type is not used during serialization of MessageElement. --- Additional Comments From [EMAIL PROTECTED] 2002-10-31 15:28 --- Created an attachment (id=3679) The java file used to demonstrate this bug.

DO NOT REPLY [Bug 14130] New: - Type is not used during serialization of MessageElement.

2002-10-31 Thread bugzilla
gzilla/show_bug.cgi?id=14130 Type is not used during serialization of MessageElement. Summary: Type is not used during serialization of MessageElement. Product: Axis Version: 1.0 Platform: PC OS/Version: Windows NT/2K Status: NEW Se

MessageElement

2002-10-30 Thread Chris Williamson
I think I have found a few bugs in MessageElement. Either that or I need an explanation on how things work. I am building up a SOAPEnvelope using MessageElement's. When I build the MessageElement, I set the name, attributes, value, etc. One specific attribute I set is the xsi:type. Obvi

RE: [PATCH] MessageElement value serialization, etc

2002-03-14 Thread Glen Daniels
12:30 PM > To: [EMAIL PROTECTED] > Subject: RE: [PATCH] MessageElement value serialization, etc > > > >In fact to support this nicely, we should provide a MessageElement > constructor that matches the SOAPHeader one >(namespace, localPart, > objectValue). [Oh, sorry in the ex

RE: [PATCH] MessageElement value serialization, etc

2002-03-14 Thread Glyn Normington
>In fact to support this nicely, we should provide a MessageElement constructor that matches the SOAPHeader one >(namespace, localPart, objectValue). [Oh, sorry in the examples above I shouldn't have used the QNames, since >those constructors don't exist] > >I also think

RE: [PATCH] MessageElement value serialization, etc

2002-03-14 Thread Glen Daniels
idea is that this API is for programattic generation of XML from serializable Java stuff, and thus the contents of the XML are EXACTLY the serialized data of the Java objects. i.e. SOAPHeader myHeader = new SOAPHeader(new QName("myNS", "header1")); MessageElement e1 = new MessageEleme

RE: [PATCH] MessageElement value serialization, etc

2002-03-14 Thread Glyn Normington
>>1. I re-introduced SOAPHeader.outputImpl as the build failed without it. >It looks like you did not add the change to output() and outputImpl() in >MessageElement. They contained proper code for serializing values, as well a >fix for serializing child elements. The diff of yo

RE: [PATCH] MessageElement value serialization, etc

2002-03-13 Thread Taras Shkvarchuk
ion of child elements. I made some changes, which you may like to comment on: >1. I re-introduced SOAPHeader.outputImpl as the build failed without it. It looks like you did not add the change to output() and outputImpl() in MessageElement. They contained proper code for serializing values, as w

Re: [PATCH] MessageElement value serialization, etc

2002-03-13 Thread Glyn Normington
Taras, I have folded the function of your patch into my sandbox, but I wonder if you could provide the rationale (e.g. what bug did it fix?). I made some changes, which you may like to comment on: 1. I re-introduced SOAPHeader.outputImpl as the build failed without it. 2. In MessageElement, I

[PATCH] MessageElement value serialization, etc

2002-03-12 Thread Taras Shkvarchuk
This is the patch we were talking about in chat. set/getValue changed to set/getObjectValue() -Taras SOAPHeader.java Description: Binary data MessageElement.java Description: Binary data Constants.diff Description: Binary data

Message parse: MessageElement and SAX recording.

2002-02-07 Thread Taras Shkvarchuk
Even though Axis is using SAX internally, it still creates a DOM like structure from MessageElement object. Also all of the events are recorded. This leads to cpu/memory utilization similar to that of DOM model. When an object is deserialized from the Envelope, it is getting all of the events