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

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

KDJW40039-E

Illegal use of static method on class that only supports instance-based injection. (method=aa....aa)

aa....aa:メソッド名
説明
インスタンス化して使用するクラスのstaticメソッドを使用して,オブジェクトを注入できません。
対処
WebServiceRefアノテーションを付与したメソッドが,static宣言されていないことを確認してください。