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

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

KDJE43167-E

An attempt was made to use an interface that is not provided by the resource adapter by using an MDB. (EJB name = aa....aa, resource name = bb....bb, interface name = cc....cc)

aa....aa:EJB名
bb....bb:[アプリケーションの表示名:]リソースの表示名
cc....cc:インタフェース名
説明
リソースアダプタが提供していないインタフェースをMessage-driven Beanで使用しようとしました。
対処
ejb-jar.xmlの<message-driven>-<messaging-type>タグで指定されたインタフェースが,リソースアダプタでサポートされているか確認してください。