[
https://issues.apache.org/jira/browse/GERONIMO-6162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13184789#comment-13184789
]
viola.lu commented on GERONIMO-6162:
------------------------------------
When you open the datasource you defined, click "edit" button, the values of
connection pool are not displayed, and if you you set connection pool value,
click "save", reopen this datasource and see its value, still no effect, and
setting are not effective. The code of it is commented in class:
plugins\system-database\sysdb-portlets\src\main\java\org\apache\geronimo\console\databasemanager\wizard\DatabasePoolPortlet.java
/*
PoolingAttributes pool = (PoolingAttributes)
factory.getConnectionManagerContainer();
data.minSize = Integer.toString(pool.getPartitionMinSize());
data.maxSize = Integer.toString(pool.getPartitionMaxSize());
data.blockingTimeout =
Integer.toString(pool.getBlockingTimeoutMilliseconds());
data.idleTimeout = Integer.toString(pool.getIdleTimeoutMinutes());
*/
coz PoolingAttribute doesn't exist in 3.0 anymore.
> Enable Datasource Connection Pool Parameters Setting
> ----------------------------------------------------
>
> Key: GERONIMO-6162
> URL: https://issues.apache.org/jira/browse/GERONIMO-6162
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: connector, console
> Affects Versions: 3.0
> Reporter: viola.lu
> Assignee: viola.lu
> Priority: Minor
> Fix For: 3.0.1
>
>
> Currently we can't set Datasource Connection Pool Parameters.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira