1

誰かがこれに出くわしましたか?基本的に、SUN jre から IBM に切り替えましたが、wsdl2java が必要なセッター メソッドをコンパイルしていないためにコンパイルが失敗しました。

前もって感謝します。

4

2 に答える 2

2

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-02-02T15:27:41.780 に答える
1

これに関するバグ レポートが Axis2 の問題システムにあり、あなたが質問した後に開かれました。https://issues.apache.org/jira/browse/AXIS2-4968を参照してください。

于 2011-03-10T17:24:58.783 に答える