I am working on existing webservice code which was built on axis 1.4 and java 1.4,now we are upgrading all servers with java version 1.7, We are facing problem with upgrading 1.4 to 1.7(as org.apache.enum depricatedin java 1.5 and above version).
so we are planning to compile the code with java 1.4 and generate war file, deploy that war file in apache tomcat(version 6).
does it impact my webservice?? I feel once the byte code is generated by the compiler it wont depend on java version to run .class file.
please suggest me if I am mistaken anything.