WAS v8.5 > End-to-end paths > Data access resourcesDisable custom finder SQL dynamic enhancement for custom finders on a specific bean
We can disable support for all custom finders defined on a specific bean by modifying the application's EAR file.
To disable this support for all custom finders defined on a specific bean, assuming the server-wide support is enabled, follow these steps.
- Start a Java EE application development environment of your choice.
- Create or edit the application EAR file needing this support.
- Check for an environmental variable called com.ibm.websphere.persistence.bean.managed.custom.finder.access.intent with a value of true. If the variable does not already exist, add it to the EAR file.
- Ensure the server-wide setting com.ibm.websphere.ejbcontainer.customfinder.honorAccessIntent is in place on the target server.
- Deploy and install the application.
Related concepts:
Custom finder SQL dynamic enhancement
Reference:
Administrative console buttons
Administrative console page features