Versions Compared

Key

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

...

Configuring a JDBC datasource named datasource_name must be done by setting the following mandatory properties:

Code Block
languagejava
blueriq.connection.datasource_name.sql.type=jdbc
blueriq.connection.datasource_name.sql.url=
blueriq.connection.datasource_name.sql.driver=
blueriq.connection.datasource_name.sql.username=
blueriq.connection.datasource_name.sql.password=

...

A number of optional parameters exist for configuring the connection pool settings. They can be used in constructs similar to 

Code Block
blueriq.connection.datasource_name.sql.poolInitialSize=5

...

Configuring an ODBC datasource named datasource_name must be done by setting the following mandatory properties:

Code Block
languagejava
blueriq.connection.datasource_name.sql.type=odbc
blueriq.connection.datasource_name.sql.database=
blueriq.connection.datasource_name.sql.username=
blueriq.connection.datasource_name.sql.password=

...

Configuring a JNDI datasource named datasource_name must be done by setting the following mandatory properties:

Code Block
languagejava
blueriq.connection.datasource_name.sql.type=jndi
blueriq.connection.datasource_name.sql.jndi=jndi_resource_name

...