Re: "JRE 1.5 "enum" is a Reserved Word" Does Axis Comply with this rule?

2005-02-02 Thread Davanum Srinivas
use the endorsed override mechanism (http://java.sun.com/j2se/1.4.2/docs/guide/standards/) The SAAJ 1.2 spec that is implemented by Axis is still the old dom and not dom3. -- dims On Thu, 03 Feb 2005 11:29:44 +1100, John Delaney <[EMAIL PROTECTED]> wrote: > The main problem with JRE 1.5 is that

Re: "JRE 1.5 "enum" is a Reserved Word" Does Axis Comply with this rule?

2005-02-02 Thread John Delaney
The main problem with JRE 1.5 is that it implements DOM level 3. "enum" is, at this point, only a warning, as are the deprecated classes, methods etc - it would be best to fix them, but they can wait. If you want to see all of the errors and warnings just build Axis on a JRE 1.5 machine. The errors

Re: "JRE 1.5 "enum" is a Reserved Word" Does Axis Comply with this rule?

2005-02-01 Thread Davanum Srinivas
please log a bug and tell us how to recreate the problem. thanks, dims On Wed, 02 Feb 2005 09:29:09 +1100, John Delaney <[EMAIL PROTECTED]> wrote: > I have just started to build a 1.5 version of axis owing to a problem > with jws files. Axis throws up some 80 odd warnings and 16 or so errors. >

Re: "JRE 1.5 "enum" is a Reserved Word" Does Axis Comply with this rule?

2005-02-01 Thread John Delaney
I have just started to build a 1.5 version of axis owing to a problem with jws files. Axis throws up some 80 odd warnings and 16 or so errors. Mostly, possibly solely, these are due to enum now being a reserved word. JWD >>> [EMAIL PROTECTED] 02/02/05 05:41 AM >>> JRE 1.5 "enum" is a keyword Word

"JRE 1.5 "enum" is a Reserved Word" Does Axis Comply with this rule?

2005-02-01 Thread Jayaraman, Venkatesh
JRE 1.5 "enum" is a keyword Word  may not be used as an identifier  Does Axis Comply with this rule?   ("ServiceStatus.java": as of release 1.5, 'enum' is a keyword, and may not be used as an identifier (try -source 1.5 to use 'enum' as a keyword) at line 35, column 13)   -Venky