如何在JAX-WS RI中抑制警告?

时间:2011-10-09 18:27:49

标签: eclipse jax-ws

我正在使用JAX-WS RI与WebService进行通信。在使用我的客户端(工作得很好)时,我收到了令人讨厌的消息:

09.10.2011 20:24:11 com.sun.xml.ws.model.JavaMethodImpl freeze
WARNUNG: Input Action on WSDL operation insertXYZ and @Action on its associated Web Method insertXYZ did not match and will cause problems in dispatching the requests
09.10.2011 20:24:11 com.sun.xml.ws.model.JavaMethodImpl freeze
WARNUNG: Input Action on WSDL operation executeXYZ and @Action on its associated Web Method executeXYZ did not match and will cause problems in dispatching the requests

我正在使用wsimport生成我的存根,所以我不知道为什么我会得到它们。但这不是我的问题的重点(如果有人提示,我会很开心; - ))。

我的问题是如何在我的记录器中压制这些消息。我没有找到任何配置日志记录行为的方法。我在Eclipse Galileo中执行我的客户端。我发现的唯一的事情是如何转储整个消息流量,但这个设置对我没有帮助; - )

非常感谢!

1 个答案:

答案 0 :(得分:0)

只需使用Apache CXF实现: - )