Grizzly - java.lang.NoSuchMethodError: javax.xml.ws.WebFault.messageName

后端 未结 6 1546
滥情空心
滥情空心 2021-01-05 10:17

I have a wsdl file for the Web service. I want to test the interaction between the client and the server. To do this, I run the mock server with embedded grizzly.

Th

6条回答
  •  有刺的猬
    2021-01-05 10:35

    I'm change the jdk6 to jdk7 and works fine! Don't forget to change the JAVA_HOME and the default JDK of Netbeans as related here: How to set the JDK Netbeans runs on?

提交回复
热议问题