setProperty 必须由 SOAPMessage 的所有子类重写
我的环境是:Windows7 32位,jboss-5.1.0.GA,jdk1.6.0_20。 当尝试运行 SOAP 消息时,出现以下错误:
简而言之:
#java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage
整个错误: http://pastebin.com/zjF6wsF9
我不知道如何解决这个问题。我环顾四周,发现一些关于将一些 jar 文件移动到 lib 认可的内容(从 JBOSS_HOME\lib\endorsed 到 JAVA_HOME\lib\endorsed),但它仍然不起作用。
对于我旁边的那个人来说,一切都很好。然而他使用的是Windows XP。我们做了相同的配置,所以应该没有问题。感觉操作系统的差异改变了结果。但无法弄清楚需要做出什么不同才能让它发挥作用。
非常感谢提示/想法! 提前致谢。
My environment is: Windows7 32, jboss-5.1.0.GA, jdk1.6.0_20.
When trying to run a SOAP-message I get the following error:
In short:
#java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage
Whole error: http://pastebin.com/zjF6wsF9
I can not figure out how to solve this. I've goggled around and found something about moving some jar-files to lib endorsed (from JBOSS_HOME\lib\endorsed to JAVA_HOME\lib\endorsed) but it still does not work.
For the guy next to me, it all works fine. However he is using Windows XP. We made the same kind of configurations, so it should not be a problem. It feels like the difference in OS changes the outcome. Cant figure out what needs to be made different to get it to work though.
Tips/ideas are much appreciated!
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从消息来看,您的 java 版本和 jbossws 版本似乎存在兼容性问题。
您是否应用了发行说明 在标题“来自 5.0.0.GA”下?您在问题中提到了类似的内容,但我不确定这是否是您所指的。
From the message it looks like you're having a compatibility problem with your java version and the jbossws version.
Did you apply the following described in release notes under title "from 5.0.0.GA"? You mention something similar in your question but I'm not sure if it's what you're referring.