Re: NullPointerException when using JDK 1.5

2004-07-19 Thread Davanum Srinivas
see http://www.mail-archive.com/[EMAIL PROTECTED]/msg02320.html for an explanation. -- dims On Mon, 19 Jul 2004 14:41:45 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: > Hello, > I didn't get any response concerning what I observed? > Is it the expected behavior? > >

Re: NullPointerException when using JDK 1.5

2004-07-19 Thread Jean-Francois Denise - Sun Microsystems
Hello, I didn't get any response concerning what I observed? Is it the expected behavior? Davanum Srinivas wrote: hmmmi don't remember this one. glen? -- dims On Fri, 16 Jul 2004 10:29:45 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: Thanks, the problem doesn't oc

Re: NullPointerException when using JDK 1.5

2004-07-16 Thread Davanum Srinivas
hmmmi don't remember this one. glen? -- dims On Fri, 16 Jul 2004 10:29:45 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: > Thanks, > the problem doesn't occur with beta2. > I just noticed that the well known ns used for auto ser/deser > (http://xml.apache.org/axis/j

Re: NullPointerException when using JDK 1.5

2004-07-16 Thread Jean-Francois Denise - Sun Microsystems
Thanks, the problem doesn't occur with beta2. I just noticed that the well known ns used for auto ser/deser (http://xml.apache.org/axis/java) is no more used. Did you found problems using a specific ns? I noticed that he Java class package name is put as is in the URI part of QName. Local part be

Re: NullPointerException when using JDK 1.5

2004-07-15 Thread Davanum Srinivas
http://marc.theaimsgroup.com/?l=axis-dev&m=108980953117442&w=2 On Thu, 15 Jul 2004 17:32:03 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: > Hello, > I tried with the following release : > Apache Axis version: 1.2beta > Built on Mar 31, 2004 (12:47:03 EST) > > The probl

Re: NullPointerException when using JDK 1.5

2004-07-15 Thread Jean-Francois Denise - Sun Microsystems
Hello, I tried with the following release : Apache Axis version: 1.2beta Built on Mar 31, 2004 (12:47:03 EST) The problem is still there. I notice that the axis release is from March the 31. It is not the latest I suppose. Where can I get the latest one? Regards. JEFF Davanum Srinivas wrote: Jeff

Re: NullPointerException when using JDK 1.5

2004-07-15 Thread Davanum Srinivas
Jeff, We don't see this problem in latest Axis (1.2 Beta2 went out the door yesterday). Can you please try that version? Am assuming you are trying to "port" the JMX Remote RI? thanks, dims On Thu, 15 Jul 2004 14:28:09 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: > S

NullPointerException when using JDK 1.5

2004-07-15 Thread Jean-Francois Denise - Sun Microsystems
Sending a simple SOAP request to axis 1.1 server leads to NullPointerException. A cleaning is done by axis (setting a property on SAXParser to null value). It makes the parser to throw a NPE. It was not the case using JDK 1.4. Is it a known bug? Should axis change its cleaning algo? I checked the