Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


3.11.30 /resources/jdbc-connection-pool/property

/resources/jdbc-connection-pool/property specifies a property or a variable.

Description

/resources/jdbc-connection-pool/property specifies the name and value of a property.

For this element, specify the DataSource property supported by the JDBC driver and the specified property. For details on properties that can be specified, verify the documentation of the database that is being used.

Repetition pattern

0 or more times

Specifiable attributes

Attribute name

Description

Specifiable values

Default value#

Dependencies

Repetition pattern

name

Specify the property name of "Specifiable properties".

Type: String

No default value

N/A

Only one time

value

Specify the value of "Specifiable properties" (specifiable value).

Type: String

No default value.

N/A

Only one time.

Legend:

N/A: Not applicable

#: This is the default value that is set when a definition item is excluded.

Specifiable properties

The following properties can be specified for "Specifiable attributes":

Property name

Description

Specifiable values

Default value#

Dependencies

Repetition pattern

dynamic-reconfiguration-wait -timeout-in-seconds

Specifies the timeout for the dynamic reconfiguration of the pool. The in-progress connection requests must complete before this timeout expires or they must be retried. New connection requests wait for this timeout to expire before acquiring connections to the reconfigured pool. If this property exists and has a positive value, it is enabled. If this property is not set and the pool reconfiguration results in pool recreation, the in-progress connection requests must be retried.

Type: Integer

0 to 2147483647

No default value

N/A

Only one time

user

Specifies the user name for connecting to the database.

Type: String

No default value

N/A

Only one time

password

Specifies the password for connecting to the database.

Type: String

No default value

N/A

Only one time

databaseName

Specifies the database for this connection pool.

Type: String

No default value

N/A

Only one time

serverName

Specifies the database server for this connection pool.

Type: String

No default value

N/A

Only one time

portNumber

Specifies the port on which the database server listens for requests.

Type: Integer

1 to 65535

No default value

N/A

Only one time

networkProtocol

Specifies the communication protocol.

Type: String

No default value

N/A

Only one time

roleName

Specifies the initial SQL role name.

Type: String

No default value

N/A

Only one time

datasourceName

Specifies an underlying XADataSource or a ConnectionPoolDataSource if connection pooling is done.

Type: String

No default value

N/A

Only one time

description

Specifies the text description.

Type: String

No default value

N/A

Only one time

url

Specifies the URL for this connection pool. Although this is not a standard property, it is commonly used.

Type: String

No default value

N/A

Only one time

Legend:

N/A: Not applicable

#: This is the default value that is set when a definition item is excluded.