cancel
Showing results for 
Search instead for 
Did you mean: 

Message driven beans

asif_hirani
Active Participant
0 Kudos

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?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Asif,

Go through the documentation and check JNDI administration also.

http://help.sap.com/saphelp_nw04/helpdata/en/bc/996b908db7485fabbacb9930714d7e/frameset.htm

Regards, Anilkumar

Answers (1)

Answers (1)

asif_hirani
Active Participant
0 Kudos

problem was solved