NO HCI The JDBC URL of the targeted database. Required for accessing the database through JDBC The JDBC Driver to access the database. The library can be added to the ServiceUnit. NO HCI The user required by the JDBC connection. Required for accessing the database through JDBC. NO HCI The password required by the JDBC connection. Required for accessing the database through JDBC. NO HCI The XQuare mapping file between xsd and database tables An xquery that can be executed by referencing it's number. Must be in format [CDATA... The URI containing the files providing the resources required by the Xquery statement(s) The maximum number of active connections that can be allocated from this pool at the same time, or negative for no limit. The maximum number of connections that can remain idle in the pool, without extra ones being released, or negative for no limit. The minimum number of connections that can remain idle in the pool, without extra ones being created, or zero to create none. The maximum amount of milliseconds that the pool will wait (when there are no available connections) for a connection to be returned before throwing an exception, -1 to wait indefinitely. 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.