Show TOC Start of Content Area

Procedure documentation Creating a Message-Driven Bean  Locate the document in its SAP Library structure

Use

Use this procedure to create a message-driven bean in the HelloJobProject project, and add the correct build-time reference to the project.

Prerequisites

The HelloJobProject project is created.

Procedure

...

       1.      In the Project Explorer, right click the HelloJobProject, and then choose New Message Driven Bean 3.0.

       2.      On the New Message Driven Bean 3.0 screen that opens, proceed as follows:

                            a.      In the EJB Name field, enter HelloJobBean.

                            b.      In the Default EJBPackage box, enter com.sap.scheduler.examples.hellojob.

                            c.      Choose Finish.

Result

The message-driven bean of the HelloJob is created.

Next Step

Setting the Build Path

 

 

End of Content Area