Removing finder methods from CMP 1.x beans

Use the deployment descriptor editor to remove existing finder methods.

To remove finder methods from an CMP 1.x bean:

  1. Switch to the J2EE perspective.
  2. In the Project Explorer view, select the desired EJB module.
  3. Right-click on the Deployment Descriptor Editor and select Open With from the pop-up menu.
  4. Select Open With > Deployment Descriptor Editor from the pop-up menu.
  5. On the Beans page of the editor, select the bean and scroll down to the Finders section.
  6. Select the finder that you want to delete and click Remove.

Feedback