|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (21)
View Page History{table-plus}
|| Parameter || Description || Default value || Required ||
| url | The JDBC URL of the target database | {center}-{center} | {center}Yes{center} | |{center}\-{center}|{center}Yes{center}|
| driver | The JDBC Driver class name. The JDBC library must be accessible via a JBI Shared Library. \\
If not set, the driver is automatically resolved for: mysql,oracle,hsql,sqlserver,derby,postgresql,db2,sybase. | {center}automatic{center} | {center}No{center} | |{center}automatic{center}|{center}No{center}|
| user | The database user. | {center}-{center} | {center}Yes{center} | |{center}\-{center}|{center}Yes{center}|
| password | The database password. | {center}-{center} | {center}Yes{center} | |{center}\-{center}|{center}Yes{center}|
| maxActive | The maximum number of active connections that can be allocated from the database connection pool at the same time. \\
Negative for no limit. | {center}8{center} | {center}No{center} | |{center}8{center}|{center}No{center}|
| maxIdle | The maximum number of connections that can remain idle in the database connection pool, without extra ones being released. \\
Negative for no limit. | {center}8{center} | {center}No{center} | |{center}8{center}|{center}No{center}|
| minIdle | The minimum number of connections that can remain idle in the the database connection pool, without extra ones being created. \\
Zero to create none. | {center}0{center} | {center}No{center} | |{center}0{center}|{center}No{center}|
| maxWait | The maximum amount of milliseconds that the pool will wait for a connection to be returned before throwing an exception (when there are no available connections). \\
-1 to wait indefinitely. | {center}-1{center} | {center}No{center} |
\-1 to wait indefinitely. |{center}\-1{center}|{center}No{center}|
| timeBetweenEvictionRunsMillis | The number of milliseconds to sleep between runs of the idle object evictor thread. \\
When non-positive, no idle object evictor thread will be run. | {center}-1{center} | {center}No{center} | |{center}\-1{center}|{center}No{center}|
| metadata | If true, When the 'select' operation is used, the response contains metadata on result elements(Row type,index...). | {center}false{center} | {center}No{center} | |{center}false{center}|{center}No{center}|{table-plus}
{table-plus}
h3. Service Unit descriptor
The following attributes can be set during the installation phase to configure the component, using the params element of the jbi-install-component ANT task:
{center}{*}Configuration of the component (CDK)*{center}
{table-plus:columnAttributes=,,style="text-align:center;",style="text-align:center;",style="text-align:center;"}
{table-plus:columnAttributes=,,style="text-align:center;",style="text-align:center;",style="text-align:center;"}
{table-plus}
{table-plus}
{petalslink}{include:0 CDK Component Configuration Table}{petalslink}