| Author |
com.ibm.ejs.container.EJBConfigurationException: NO_JCA_ADAPTER_BINDING found for MDB: ConsumerTest
|
Vyacheslav Belenky
Greenhorn
Joined: Feb 15, 2009
Posts: 13
|
|
Hello. I am trying to deploy a MDB bean. Here is its code:
When I was deploying the jar file I wrote TestListenerPort as the Listener port. I am getting the exception which is in the subject. Can somebody tell me what I need to do in the Admin Console to get this MDB to begin listening, that is, how to create such a Message Queue (I think)? Thanks.
|
 |
Kursat Kurt
Greenhorn
Joined: Nov 10, 2009
Posts: 1
|
|
Hi,
You need to configure "Activation Spesification" in admin console->Resources , jndi name like "eis/ConsumerTest"
also you need to configure JCA Adapter in ibm-ejb-jar-bnd.xml like :
<message-driven name="ConsumerTest">
<jca-adapter activation-spec-binding-name="eis/ConsumerTest" activation-spec-auth-alias="ConsumerTest" destination-binding-name="jms/ConsumerTest" />
</message-driven>
Have fun ...
|
 |
 |
|
|
subject: com.ibm.ejs.container.EJBConfigurationException: NO_JCA_ADAPTER_BINDING found for MDB: ConsumerTest
|
|
|