+

Search Tips   |   Advanced Search

Establish custom finder SQL dynamic enhancement on a set of beans

We can enable support for all custom finders defined on beans by modifying the application server's custom properties through the administrative console.

To establish this support for all custom finders defined on a set of beans use the following steps.


Tasks

  1. Open the administrative console.

  2. Select Servers.

  3. Select Application Servers.

  4. Select the server we want to configure.

  5. Select Server Infrastructure > Java and Process Management > Process Definition.

  6. Select Control to define the property, or selectServant to define the property in the Servant.

  7. Select Java Virtual Machine.

  8. Select Custom Properties.

  9. Select com.ibm.websphere.ejbcontainer.customfinder.honorAccessIntent and enter a value that corresponds to a list of beans that need this support, with each bean's name separated from the others by a colon (:). For example, beanA:beanB:beanC.

    If the property is not present in the list, create a new property name, enter the name com.ibm.websphere.ejbcontainer.customfinder.honorAccessIntent and enter the list as the value.


Related:

  • Custom finder SQL dynamic enhancement
  • Administrative console buttons
  • Administrative console page features