HP Integrity NonStop J-Series User Manual
Page 118

NOTE:
You can also define an exclude list by defining Regex Patterns under
doNotApplyBrowseAccessTo
list.
The include exclude list for BrowseAccssIncludeExcludeList.xml is interpreted as follows:
1.
First, entries under doNotApplyBrowseAccessTo list are checked. If a match is found, no
further checks are made, and Browse Access is not applied for the query.
2.
If there are no Regex Pattern matches in doNotApplyBrowseAccessTo list, entries in
applyBrowseAccessTo
list are then checked for a match. If a match is found, Browse
Access is enabled.
To define the doNotApplyBrowseAccess list:
•
For Hibernate applications, include the following changes in your
BrowseAccessIncludeExcludeList.xml
file and modify as required.
......
......
•
For Spring and Hibernate applications, include the following changes in your bean
definition file and modify the values as required.
class="org.hibernate.dialect.SqlmxInterceptor"> 118 Hibernate Framework