有没有人遇到过这个?基本上我从 SUN jre 切换到 IBM 的,编译失败,因为 wsdl2java 没有编译必要的 setter 方法。
提前致谢。
你在用jaxb吗?
生成的代码里面有这样的东西吗?
/**
* Gets the value of the parameter property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the parameter property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getParameter().add(newItem);
* </pre>
在您提出问题后打开的 Axis2 问题系统中有一个关于此的错误报告。请参阅https://issues.apache.org/jira/browse/AXIS2-4968。