I refreshing myself on JAX-WS WS and WS clients. It works fine if I specify compiler level 1.5 and use JRE/JDK 1.5 and J2EE 5, but it I set the compiler compliance level to 1.6, JRE/JDK 1.6 and J2EE 6, I get version problems with I try to run the web service.
I even substituted newer versions of JAX-WS-RI libraries, but still have the same problem?
Am I failing to set something? I know the error below indicates likely something was compiled in 1.5 and now I’m doing the rest in 1.6?
Thanks
Dec 17, 2012 4:23:15 PM com.sun.xml.ws.transport.http.servlet.WSServletContextListener contextInitialized
SEVERE: WSSERVLET11: failed to parse runtime descriptor: java.lang.UnsupportedClassVersionError: Bad version number in .class file
java.lang.UnsupportedClassVersionError: Bad version number in .class file