Skip to Content
0
Former Member
Dec 07, 2006 at 06:05 AM

Message driven Beans

46 Views

Hi,

I have a message driven bean and session bean in which doing the lookup of the

Connection Factory and creating the queue and the corresponding session.

On deployment of the Enterprise application project i m getting the following error:

com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception during lookup operation of object with name ejbContainer/mdb/sap.com/ja_testmsgbeanear/QueueConnectionFactory, cannot resolve object reference. [Root exception is com.sap.engine.services.connector.exceptions.BaseResourceException: ConnectionFactory "QueueConnectionFactory" does not exist. Possible reasons: the connector in which ConnectionFactory "QueueConnectionFactory" is defined is not deployed or not started.]

: com.sap.engine.services.connector.exceptions.BaseResourceException: ConnectionFactory "QueueConnectionFactory" does not exist. Possible reasons: the connector in which ConnectionFactory "QueueConnectionFactory" is defined is not deployed or not started.

What cud be done to resolve this error?

Regards,

Bhavana