Adding access intent for entity 1.x beans

You can use the deployment descriptor editor to define access intent for entity beans 1.x .

To add access intent to entity beans 1.x:

  1. Switch to the J2EE perspective.
  2. Select the Deployment Descriptor of the desired EJB module.
  3. Right-click on the Deployment Descriptor Editor and select Open With from the pop-up menu.
  4. On the Access page of the editor, scroll to the Access Intent for Entities 1.x section.
  5. Click Add. The Add Access Intent wizard appears.
  6. Select a type of access intent from the following choices:
    • Read
    • Update
  7. Click Next.
  8. Select one or more enterprise beans from the list of beans found, and then click Next.
  9. Select one or more of the method elements for the security identity.
  10. Click Finish.
The access intent is added. To remove the access intent, select it and click the Remove button.

Feedback