WSDL2JAVA不生成setter方法
有人遇到过这个吗?基本上我从 SUN jre 切换到 IBM 的,由于 wsdl2java 没有编译必要的 setter 方法,编译失败。
提前致谢。
Has anyone come across this? Basically I switched from the SUN jre to IBM's and compilation fails due to wsdl2java not having compiled the necessary setter methods.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你用的是jaxb吗?
生成的代码里面有这样的东西吗?
Are you using jaxb?
Does the generated code have anything like this in it?
Axis2 问题系统中有一个关于此问题的错误报告,在您提出问题后打开。请参阅https://issues.apache.org/jira/browse/AXIS2-4968。
There's a bug report on this in the Axis2 issues system, opened after you asked your question. See https://issues.apache.org/jira/browse/AXIS2-4968.