uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE43167-E

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

aa....aa: EJB name
bb....bb: Application display name: Resource display name
cc...cc: Interface name
Description
An attempt is made to use an interface that is not provided by the resource adapter, in the Message-driven Bean.
Action
Make sure that the interface specified in the <message-driven>-<messaging-type> tag of ejb-jar.xml is supported by the resource adapter.