Adding access intent for entity 1.x beans

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

Procedure

  1. Switch to the Java™ EE perspective.
  2. In the Enterprise Explorer view, expand your EJB 1.x project and double-click the Deployment Descriptor node.
  3. On the Access page of the EJB deployment descriptor editor, under the Access Intent for Entities 1.x section, click Add.
  4. In the Add Access Intent wizard, select a type of access intent from the following choices:
    • Read
    • Update
  5. Click Next.
  6. Select one or more enterprise beans from the list of beans found, and then click Next.
  7. Select one or more of the method elements for the security identity.
  8. Click Finish.

Results

The access intent is added. To remove the access intent, select it and click the Remove button.

Feedback