Cosminexus V9 アプリケーションサーバ メッセージ(構築/運用/開発用)

[目次][前へ][次へ]

KDJW61010-E

The exclude element of javax.jws.WebMethod annotation cannot be specified with the other elements of it. (class = aa....aa, method = bb....bb)

aa....aa:SEI名またはWebサービス実装クラス名
bb....bb:メソッド名
説明
javax.jws.WebMethodアノテーションのexclude要素とほかの要素を同時に指定できません。
対処
javax.jws.WebMethodアノテーションのexclude要素にtrueを設定する場合は,javax.jws.WebMethodアノテーションのほかの要素は記述しないでください。