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 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 are due to the extra methods defined in the DOM
> level 3 specification.
> 
> Is there a DOM level 3 Axis coming soon?
> 
> >>> [EMAIL PROTECTED] 02/02/05 05:41 AM >>>
> 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
> 
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

Reply via email to