+

Search Tips   |   Advanced Search

Establish custom finder SQL dynamic enhancement for specific custom finders

We can add an environment variable to establish support for custom finders we want to use in data access applications.

To establish this support for specific custom finders use the following steps.


Tasks

  1. Start a Java EE application development environment of our choice.

  2. Create or edit the application EAR file needing this support.

  3. Check for an environmental variable called com.ibm.websphere.ejbcontainer.customfinder.honorAccessIntent.methodLevel . If the variable does not already exist, add it to the EAR file.
  4. Give the variable a value that corresponds to a list of method names (including parameter lists) with each name separated from the others by a colon (:).
  5. Deploy and install the application.


Related:

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