Creating a Message-Driven Bean

Prerequisites

The HelloJobProject project is created.

Context

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

Procedure


  1. In the Project Explorer , right click the HelloJobProject , and then choose Start of the navigation pathNew Next navigation step Message Driven Bean 3.0End of the navigation path.

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

    1. In the EJB Name field, enter HelloJobBean .

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

    3. Choose Finish .

Results

The message-driven bean of the HelloJob is created.