Add access intent for EJB 1.x entities
You can use the deployment descriptor editor to define access intent for EJB 1.1 entity beans.
To add access intent to EJB 1.x enterprise beans:
- Switch to...
J2EE perspective | Project Explorer | EJB module | Open With | Deployment Descriptor Editor- On the Access page of the editor, scroll to the Access Intent for Entities 1.x section.
- Click Add. The Add Access Intent wizard appears.
- Select a type of access intent from the following choices:
- Read
- Update
- Click Next.
- Select one or more enterprise beans from the list of beans found, then click Next.
- Select one or more of the method elements for the security identity.
- Click Finish.
The access intent is added. To remove the access intent, select it and click the Remove button.