Versions Compared

Key

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

A datasource is a connection set up to a storage of data, such as a database or a data file, from a server. A datasource provides information that a server can use to connect to a a storage of data. 

...

If the datasource management feature is installed in your WSO2 product instance, you can add datasources that allow the server to connect to databases and other external data stores.

Use Follow the following steps below to add a datasource:

  1. In the product management console, click Data Sources on the Configure tabLog into the DAS Management Console. In the Configure tab, click Datasources
  2. Click Add Data Source
  3. Select the required options for connecting to the database. The available options are based on the type of datasource you are creating:
    • Configuring a RDBMS Datasource
    • Configuring a Custom Datasource 
  4. After adding datasources, they will appear on the Data Sources page. You can edit and delete them as needed by clicking Edit or Delete links. 

...

Parameter
Description
<url>The URL of the database.
<username>The name of the database user.
<password>The password of the database user.
<driverClassName>The class name of the database driver.
<maxActive>The maximum number of active connections that can be allocated from this pool at the same time, or enter a negative value for no limit.
<maxWait>The maximum number of milliseconds that the pool will wait (when there are no available connections) for a connection to be returned before throwing an exception. You can enter zero or a negative value to wait indefinitely.
<testOnBorrow>The indication of whether objects will be validated before being borrowed from the pool. If the object fails to validate, it will be dropped from the pool, and another attempt will be made to borrow another. 
<validationQuery>The SQL query that will be used to validate connections from this pool before returning them to the caller.
validationIntervalThe indication to avoid excess validation, and only run validation at the most, at this frequency (time in milliseconds). If a connection is due for validation, but has been validated previously within this interval, it will not be validated again.  
<defaultAutoCommit>
The default auto-commit state of new connections.

Analytics datasources

Following analytics datasources are defined in the <DAS_HOME>/repository/conf/datsources/analytics-datasources.xml file. For more information on the usage and configuration of these datasources, see DAS Data Access Layer.

...

Other datasources

The following are additional datasources table describes the other datasources that are shipped with WSO2 DAS by default.

...