configurationDatabase

<configurationDatabaseConfiguration
<database
<driverName
>
required
string

Fully qualified name of the JDBC driver class

</driverName>
<jdbcURL
>
required
string

JDBC URL of the database

</jdbcURL>
<schemaName
>
optional
string

The name of the database schema

</schemaName>
<user
>
required
string

The database user on whose behalf the connection is being made

</user>
<password
>
required
string

The password for the database user

</password>
<connectionPoolSize
>
optional
int

Size of the database connection pool

Default: 10

</connectionPoolSize>
<connectionIdleTimeout
>
optional
int

DEPRECATED: 'connectionIdleTimeout' has been deprecated and should be removed. Due to improvements in connection pooling, Cadenza works with fixed-size connection pools, so the 'connectionIdleTimeout' setting no longer has any effect. A future Cadenza version may fail to start if the configuration is still present.

</connectionIdleTimeout>
<properties
<property
xsd:string
name
required
=
string
description
optional
=
string
>
optionalmax. unbounded
</property>
>
optional
</properties>
>
required
</database>
>
required

Configuration for the Configuration Database.

</configurationDatabaseConfiguration>