Versions Compared

Key

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

Follow the instructions below to set up a remote H2 database.

...

  • 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 negative 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, or <= 0 to wait indefinitely.
  • minIdle - The minimum number of active connections that can remain idle in the pool, without extra ones being created, or 0 to create none.

...

Info
titleTip

The H2 database version h2-1.2.140 and the related H2 database driver are currently shipped with the WSO2 BPSBRS.

To use a new H2 database driver other than the version shipped with the WSO2 BPSBRS, do the following.

1. Delete the following H2 database related JARs. Some of them may already be excluded from the configuration.

...

Excerpt
hiddentrue

Instructions on how to set up WSO2 BPS BRS with remote H2 database.