You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Viet Hung Nguyen (JIRA)" <ji...@apache.org> on 2007/06/29 00:48:04 UTC

[jira] Updated: (GERONIMO-3269) Console:some parameters remains original when restarted

     [ https://issues.apache.org/jira/browse/GERONIMO-3269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Viet Hung Nguyen updated GERONIMO-3269:
---------------------------------------

    Attachment: geronimo-3269.patch

I am not sure why the loadConfiguration() and unloadConfiguration() calls miss out on the change during the edit, but the only difference between the stop/start option and the restart option is the load/unloading of the configuration. 

> Console:some parameters remains original when restarted  
> ---------------------------------------------------------
>
>                 Key: GERONIMO-3269
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3269
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.0-M6
>         Environment: Windows 2003/XP
>            Reporter: Song
>         Attachments: geronimo-3269.patch
>
>
> steps as below can reproduce the error:
>  1) create database pool "EmployeeDatasource" from console successfully
>  2) Click on "edit" link next to "EmployeeDatasource"
>  3) Modify some parameters like Pool Max Size from 10 to 50, Idle Timeout from 15 to 30, click on "Save" button
>  4) Under J2EE Connectors,click on "Stop", then click "Start"
>  5) parameters "Pool Max Size" return to 10, and "Idle Timeout" also changed to original 15
>  
>  6) If skip 4),click on "restart", the modification will take effect. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.