【发布时间】:2011-10-09 18:27:48
【问题描述】:
我正在使用 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 中执行我的客户。我发现的唯一一件事是如何转储整个消息流量,但这个设置对我没有帮助;-)
非常感谢!
【问题讨论】: