|
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 Currently we can't set Datasource Connection Pool Parameters. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
[ https://issues.apache.org/jira/browse/GERONIMO-6162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] viola.lu updated GERONIMO-6162: ------------------------------- Fix Version/s: (was: 3.0) 3.0.1 > 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. For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA jira@apache.org
[ https://issues.apache.org/jira/browse/GERONIMO-6162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13184763#comment-13184763 ] Forrest Xia commented on GERONIMO-6162: --------------------------------------- Can you elaborate the reproduce steps for this issue? I checked 3.0-beta-2 snapshot build, and saw connection pool parameters fields when creating a derby embedded XA datasource, and seems they are set as usual. > 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 |
|
In reply to this post by JIRA jira@apache.org
[ 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 |
|
In reply to this post by JIRA jira@apache.org
[ https://issues.apache.org/jira/browse/GERONIMO-6162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13207584#comment-13207584 ] Forrest Xia commented on GERONIMO-6162: --------------------------------------- Any more specific information about this jira? please document it here clearly. thanks! > 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 |
|
In reply to this post by JIRA jira@apache.org
[ https://issues.apache.org/jira/browse/GERONIMO-6162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13207586#comment-13207586 ] Forrest Xia commented on GERONIMO-6162: --------------------------------------- Sorry, not noticed the comment tab. Anyway, any reason to disable it? do you know that? if possible, can you help re-enable it in the code? > 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 |
|
In reply to this post by JIRA jira@apache.org
[ https://issues.apache.org/jira/browse/GERONIMO-6162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13207594#comment-13207594 ] viola.lu commented on GERONIMO-6162: ------------------------------------ Have no idea its history, but enablement of this code will be a long story. > 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 |
|
In reply to this post by JIRA jira@apache.org
[ https://issues.apache.org/jira/browse/GERONIMO-6162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Forrest Xia reassigned GERONIMO-6162: ------------------------------------- Assignee: Forrest Xia (was: viola.lu) > 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: Forrest Xia > 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 |
|
In reply to this post by JIRA jira@apache.org
[ https://issues.apache.org/jira/browse/GERONIMO-6162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Forrest Xia resolved GERONIMO-6162. ----------------------------------- Resolution: Fixed Fix Version/s: (was: 3.0.1) 3.0-beta-2 3.0 3.0-beta@1245880,1245881 trunk@1245882 > 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: Forrest Xia > Priority: Minor > Fix For: 3.0, 3.0-beta-2 > > > 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 |
| Powered by Nabble | Edit this page |
