Removing finder methods from CMP 1.x beans

Use the deployment descriptor editor to remove existing finder methods.

Procedure

  1. Switch to the Java™ EE perspective.
  2. In the Enterprise Explorer view, select the desired EJB module.
  3. Right click the deployment descriptor, and select Open With > Deployment Descriptor Editor.
  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