有没有人见过这个?基本上,我从SUN jre切换到IBM,由于wsdl2java没有编译必要的setter方法,所以编译失败。
提前谢谢。
发布于 2011-02-02 23:27:42
你在使用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>发布于 2011-03-11 01:24:59
在Axis2 issues系统中有一个关于此问题的错误报告,在您提出问题后打开。参见https://issues.apache.org/jira/browse/AXIS2-4968。
https://stackoverflow.com/questions/4875775
复制相似问题