Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The main property contains details of the database connection.

Property Name

Description

Mandatory/Optional
dataSource
Data sources are configured in the <PRODUCT_HOME>/repository/conf/datasources/master-datasources.xml file. This property indicates theĀ relevant data source configuration for theĀ User Management database.Mandatory

Given below are optional properties can be used.

Property Name

Description

Mandatory/Optional
testOnBorrow

It is recommended to set this property to 'true' so that object connections will be validated before being borrowed from the JDBC pool. For this property to be effective, the validationQuery parameter in the <PRODUCT_HOME>/repository/conf/datasources/master-datasources.xml file should be a non-string value. This setting will avoid connection failures. See the section on performance tuning of WSO2 products for more information.

Optional
CaseSensitiveAuthorizationRules

Permissions, and the rules (role name, action, resource) linked to each permission are stored in the RDBMS of the server. By default these rules are not case sensitive. If you want to make these rules case sensitive, this property can be used.

Optional