Pravir Ramtekkar wrote:

Hi,
We are using AXIS 1.1 and recently moved onto using JDK 1.5 (build 1.5.0-beta2-b51)
When I compile my WSDL2Java generated code there are warnings about 'enum'. Axis has package org.apache.axis.enum which conflicts with 'enum' keyword. With strict checking this would not compile.


Are there any plans to take care of this issue and when would that be?

I expect that they will work on it, but it is going to be unlikely to be released until JDK1.5.0 final is released. Even developing for a RC version is a bit of a risk as they can still make changes if important.


Currently I just use ant, and a 3 pass compilation. I compile classes that my webservices depends on with jdk1.5, then compile the 2 classes/webservice with jdk1.4.2, then compile the rest with jdk1.5. Using ant it is pretty quick for compiling.

Reply via email to