RE: Node.namespaceURI

2003-08-29 Thread Glen Daniels
Thanks for following through on this, Scott! Maybe in a few years I can go back and replace all that "if (namespaceURI == null || namespaceURI.length() == 0)" code I've written in various places :) --Glen > -Original Message- > From: Scott Nichol [mailto:[EMAIL PROTECTED] > Sent:

FEEDBACK REQUESTED - Issues regarding Array encoding for SOAP 1.2

2001-12-13 Thread Glen Daniels
[If you reply to this, please do so on [EMAIL PROTECTED]] Hi folks! The XML Protocol WG would like to solicit some feedback with regard to array encoding. The particular issues (from our issues list) related to this are #s 144 [1] and 161 [2], with Jacek's latest proposal at [3]. I'll briefly

Re: Bug with DOM2Writer

2001-09-29 Thread Glen Daniels
"Be strict in what you send, but liberal in what you receive." I don't see any problem with checking in the new fixed version which deals better, except perhaps that as Sanjiva says, we're letting them do the wrong thing and there's a valid POV which says the sooner they learn that it's wrong,

ANNOUNCE: Apache Axis alpha 2 now available

2001-09-21 Thread Glen Daniels
Hi all! [Background : Axis is a new open-source Java SOAP engine from Apache] Just a quick note to let you know that the next "official" release of Axis, alpha 2, is now available from http://xml.apache.org/axis/ in both source-only and binary forms. The big news: this release adds limited WSD

Re: tomcat performance

2001-09-06 Thread Glen Daniels
You might also consider trying Axis (http://xml.apache.org/axis), the third-generation Apache SOAP engine. It does its XML parsing using SAX, and tends to perform significantly (i.e. 4X faster in many cases) better than SOAP 2.2. There are also nice features like multi-ref serialization (i.e. ar

ANNOUNCE: Apache Axis alpha-1 release

2001-08-15 Thread Glen Daniels
keep your eye on the project for lots more good stuff soon. WHERE TO FIND IT: Source and binary distributions are available at http://xml.apache.org/axis/dist/alpha1 WHERE TO SEND COMMENTS: mailto:[EMAIL PROTECTED] Thanks on behalf of the whole team. Glen Daniels Macromedia http://www.macro

RE: Serializer for JAXB

2001-08-14 Thread Glen Daniels
the object graph > with cycles? > JAVA RMI serialization takes care of serializing any > arbitrary object graph > to a linear serialized stream keeping all graph semantics intact. > > Regards, > Soumen Sarkar. > > -Original Message- > From: Glen Daniels [m

RE: Serializer for JAXB

2001-08-14 Thread Glen Daniels
I'd love to see it. Would you be willing to post it to the list? > -Original Message- > From: Radek Wisniewski [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 14, 2001 12:09 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Serializer for JAXB > > > I'v written one, works. >

RE: QNameSerializer

2001-08-06 Thread Glen Daniels
The QNameSerializer was built to enable serializing/deserializing of the org.apache.soap.util.xml.QName type. If I had a Hashtable of QName->String mappings, say, I could serialize that without any custom coding or configuration using the built-in serializers. --Glen > -Original Message---

RE: JAXM released

2001-06-29 Thread Glen Daniels
Hi Graham! We're hoping to have some Axis/JAXM convergence at some point, yes, but we have to get a release out the door first. Some of the Axis developers are on the expert group and are tracking the spec/RI - we'll see precisely what shape the convergence will have as things move forward. --G

Re: Release v2.2

2001-05-30 Thread Glen Daniels
> The classes are in the WEB-INF/classes directory, which is a completely > acceptable alternate to putting the jar file. So what's the problem? Apologies. It was obviously too late for me to be up. You're quite right, ALL the classes are in there. I'd thought only the samples were being put

Re: Release v2.2

2001-05-30 Thread Glen Daniels
Hi Sanjiva: > > I just did an "ant dist" and got two errors building the samples. Looks > > like both com/client/addit.java and com/client/sum.java are the wrong case > > (files should perhaps be Addit.java and Sum.java to match the class > names - > > problem went away for me when I renamed the

Deployment

2001-05-29 Thread Glen Daniels
OK, so if we accept the change I just made to build.xml, the binary distribution will have a working .war file distribution. This is great in that it's pretty much "drop in deployment" for most servlet engines. The problem now is that the source distribution has no .war file, and in fact doesn't

Re: Release v2.2

2001-05-29 Thread Glen Daniels
-1 as is. I'm really sorry to do this at the 11th (12th? :)) hour, but I finally actually tried out the dist for real. I just did an "ant dist" and got two errors building the samples. Looks like both com/client/addit.java and com/client/sum.java are the wrong case (files should perhaps be Addi