You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Lin Sun (JIRA)" <ji...@apache.org> on 2007/09/12 19:49:32 UTC

[jira] Created: (GERONIMO-3469) From console: database pool doesn't work well if the name contains a / like jdbc/EmployeeDataSource

>From console: database pool doesn't work well if the name contains a / like jdbc/EmployeeDataSource
---------------------------------------------------------------------------------------------------

                 Key: GERONIMO-3469
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3469
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: databases
    Affects Versions: 2.0.1
         Environment: winxp + Sun JDK 1.5
            Reporter: Lin Sun


1) If I create a database pool called jdbc/EmployeeDataSource, I won't be able to delete it from the database pool portlet page.   

2) Also, while creating a new database pool, it seems not giving the option to have different input boxes for the artifact name and the database pool name.  They are in the same input box.  This was not true for previous releases IIRC.  For example, if I name the database pool jdbc/EmployeeDataSource, the full artifact name will be console.dbpool/jdbc%2FEmployeeDatasource/1.0/rar.  This is undesired and error prune, as I don't want that / in the artifact name.

Seems fixing No. 2 may fix No. 1.   



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


[jira] Updated: (GERONIMO-3469) From console: database pool doesn't work well if the name contains a / like jdbc/EmployeeDataSource

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Sun updated GERONIMO-3469:
------------------------------

    Fix Version/s: 2.2
                   2.1.3

> From console: database pool doesn't work well if the name contains a / like jdbc/EmployeeDataSource
> ---------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3469
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3469
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>    Affects Versions: 2.0.1
>         Environment: winxp + Sun JDK 1.5
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>             Fix For: 2.1.3, 2.2
>
>         Attachments: G3469.patch
>
>
> 1) If I create a database pool called jdbc/EmployeeDataSource, I won't be able to delete it from the database pool portlet page.   
> 2) Also, while creating a new database pool, it seems not giving the option to have different input boxes for the artifact name and the database pool name.  They are in the same input box.  This was not true for previous releases IIRC.  For example, if I name the database pool jdbc/EmployeeDataSource, the full artifact name will be console.dbpool/jdbc%2FEmployeeDatasource/1.0/rar.  This is undesired and error prune, as I don't want that / in the artifact name.
> Seems fixing No. 2 may fix No. 1.   

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


[jira] Assigned: (GERONIMO-3469) From console: database pool doesn't work well if the name contains a / like jdbc/EmployeeDataSource

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Sun reassigned GERONIMO-3469:
---------------------------------

    Assignee: Lin Sun

> From console: database pool doesn't work well if the name contains a / like jdbc/EmployeeDataSource
> ---------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3469
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3469
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>    Affects Versions: 2.0.1
>         Environment: winxp + Sun JDK 1.5
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>
> 1) If I create a database pool called jdbc/EmployeeDataSource, I won't be able to delete it from the database pool portlet page.   
> 2) Also, while creating a new database pool, it seems not giving the option to have different input boxes for the artifact name and the database pool name.  They are in the same input box.  This was not true for previous releases IIRC.  For example, if I name the database pool jdbc/EmployeeDataSource, the full artifact name will be console.dbpool/jdbc%2FEmployeeDatasource/1.0/rar.  This is undesired and error prune, as I don't want that / in the artifact name.
> Seems fixing No. 2 may fix No. 1.   

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


[jira] Updated: (GERONIMO-3469) From console: database pool doesn't work well if the name contains a / like jdbc/EmployeeDataSource

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Sun updated GERONIMO-3469:
------------------------------

    Attachment: G3469.patch

Is there any reason to use pool name as the artifactId?   I propose we use pool name as artifactId if there is no / in the pool, otherwise, we just use the pool name portion after / as the artifactId.  Or do we want to let our users set their artifactId?

> From console: database pool doesn't work well if the name contains a / like jdbc/EmployeeDataSource
> ---------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3469
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3469
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>    Affects Versions: 2.0.1
>         Environment: winxp + Sun JDK 1.5
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>         Attachments: G3469.patch
>
>
> 1) If I create a database pool called jdbc/EmployeeDataSource, I won't be able to delete it from the database pool portlet page.   
> 2) Also, while creating a new database pool, it seems not giving the option to have different input boxes for the artifact name and the database pool name.  They are in the same input box.  This was not true for previous releases IIRC.  For example, if I name the database pool jdbc/EmployeeDataSource, the full artifact name will be console.dbpool/jdbc%2FEmployeeDatasource/1.0/rar.  This is undesired and error prune, as I don't want that / in the artifact name.
> Seems fixing No. 2 may fix No. 1.   

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


[jira] Resolved: (GERONIMO-3469) From console: database pool doesn't work well if the name contains a / like jdbc/EmployeeDataSource

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Sun resolved GERONIMO-3469.
-------------------------------

    Resolution: Fixed

see subversion tab, tested with G 2.2-snapshot.   

> From console: database pool doesn't work well if the name contains a / like jdbc/EmployeeDataSource
> ---------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3469
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3469
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>    Affects Versions: 2.0.1
>         Environment: winxp + Sun JDK 1.5
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>             Fix For: 2.1.3, 2.2
>
>         Attachments: G3469.patch
>
>
> 1) If I create a database pool called jdbc/EmployeeDataSource, I won't be able to delete it from the database pool portlet page.   
> 2) Also, while creating a new database pool, it seems not giving the option to have different input boxes for the artifact name and the database pool name.  They are in the same input box.  This was not true for previous releases IIRC.  For example, if I name the database pool jdbc/EmployeeDataSource, the full artifact name will be console.dbpool/jdbc%2FEmployeeDatasource/1.0/rar.  This is undesired and error prune, as I don't want that / in the artifact name.
> Seems fixing No. 2 may fix No. 1.   

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