今天在更新项目后进行编译时,出现如下错误一堆: 编译错误 Google之,在stackoverflow上看到如下的解决方法: I came here with the same problem. Even worse: I had two projects side by side, both targetting the same JRE (1.6), and one was able to resolve Node.getTextContent() while the other wasn'
http://stackoverflow.com/questions/6066054/whats-wrong-with-my-apache-cxf-client You likely have a 1.5 (or older) version of wsdl4j coming from someplace else. CXF requires the 1.6.x versions. 将 wsdl4j-1.5.1.jar 需要换成1.6.3就行了.