cancel
Showing results for 
Search instead for 
Did you mean: 

Problems while creating Message Driven bean using NWDs

Former Member
0 Kudos

Hai All,

Iam created a messaged driven bean as the following procedure , from the help of NWDS

1. Define the functions of the bean

2. Develop the clients, which will invoke the message-driven bean methods

<b>How we develop a client for Message driven beans</b>

3. Develop the source code of the message-driven bean. That is:

4. ...

a. The message-driven bean class

b. The deployment descriptors

5. Create the Connection Factory

<b>

What are the steps involved in this</b>

6. Create the Destination (Queue or Topic)

What are the steps involved in this

7. Compile and pack the bean components in a JAR file

8. Pack the whole application in an EAR file

9. Deploy the application on SAP J2EE Engine

10. Start the application.

I created message driven bean, and i created client in JsP, Ejb application deployed, but jsp application is not deployed, server giving error saying that , QF(jndi name) ,

Reason: Clusterwide exception: server ID 2326750:com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Application sap.com/TstOnMsDBWebEar cannot be started. Reason: it has hard reference to resource QF with type javax.jms.QueueConnectionFactory, which is not active on the server.

here QF is the jndi name given for the QueueconnectionFActory

regards

somaraju

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188321
Contributor
0 Kudos

Hi,

You need to configure th queue/topic used in your bean.

have a look at JMS Administration in

http://help.sap.com/saphelp_nw04/helpdata/en/90/57849e5e3e45d784afc4e3bfa8136f/frameset.htm

Hope this answers.

Regards,

Damandeep.

Former Member
0 Kudos

Hai Thakur,

Thank you for your reply,

I was done like that only, but it is not working

is there is any another way,

if then please send me

regards

somaraju