facebook

JAX-Ws

  1. MyEclipse Archived
  2.  > 
  3. Web Services
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #333445 Reply

    Douglas M Hurst
    Participant

    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

    #333446 Reply

    Douglas M Hurst
    Participant

    Actually, to be more clear, I can specify J2EE6 and JDK 1.6, but it’s when I set the compiler compliance level to 1.6 that I have problems.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JAX-Ws

You must be logged in to post in the forum log in