You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rex Wang (JIRA)" <ji...@apache.org> on 2009/07/27 10:44:14 UTC

[jira] Created: (GERONIMO-4767) Use keywords strategy when filter the jdbc driver in database pools

Use keywords strategy when filter the jdbc driver in database pools
-------------------------------------------------------------------

                 Key: GERONIMO-4767
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4767
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: console
    Affects Versions: 2.1.5, 2.2
            Reporter: Rex Wang
             Fix For: 2.2


Current strategy is too strict when do filter on the jdbc drivers.

We set the my sql dependecy filter "mysql/mysql-connector-java//jar", but if user manually copy the driver to <geronimo_home>/repository/org/mysql/...
the database pool portlet won't find any jars ever. That because the filter mandatoryly requires user to install the jar to <geronimo_home>/repository/mysql/...

We should improve this behavior more loosely, such as using the keywords.

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


[jira] Commented: (GERONIMO-4767) Use keywords strategy when filter the jdbc driver in database pools

Posted by "Jürgen Weber (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735561#action_12735561 ] 

Jürgen Weber commented on GERONIMO-4767:
----------------------------------------

My suggestion: for the predefined drivers tell the user what dependencies are needed and require the user to install driver jars with exactly the repository id the driver gbean wants, so no jar selection dialog at all. Use the jar selection dialog only for custom drivers.

> Use keywords strategy when filter the jdbc driver in database pools
> -------------------------------------------------------------------
>
>                 Key: GERONIMO-4767
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4767
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.1.5, 2.2
>            Reporter: Rex Wang
>            Assignee: Rex Wang
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4767-trunk.patch
>
>
> Current strategy is too strict when do filter on the jdbc drivers.
> We set the my sql dependecy filter "mysql/mysql-connector-java//jar", but if user manually copy the driver to <geronimo_home>/repository/org/mysql/...
> the database pool portlet won't find any jars ever. That because the filter mandatoryly requires user to install the jar to <geronimo_home>/repository/mysql/...
> We should improve this behavior more loosely, such as using the keywords.

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


[jira] Resolved: (GERONIMO-4767) Use keywords strategy when filter the jdbc driver in database pools

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

Ivan resolved GERONIMO-4767.
----------------------------

    Resolution: Fixed

Commit the changes to trunk At revision: 800700. Thanks !

> Use keywords strategy when filter the jdbc driver in database pools
> -------------------------------------------------------------------
>
>                 Key: GERONIMO-4767
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4767
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.1.5, 2.2
>            Reporter: Rex Wang
>            Assignee: Rex Wang
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4767-trunk.patch
>
>
> Current strategy is too strict when do filter on the jdbc drivers.
> We set the my sql dependecy filter "mysql/mysql-connector-java//jar", but if user manually copy the driver to <geronimo_home>/repository/org/mysql/...
> the database pool portlet won't find any jars ever. That because the filter mandatoryly requires user to install the jar to <geronimo_home>/repository/mysql/...
> We should improve this behavior more loosely, such as using the keywords.

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


[jira] Closed: (GERONIMO-4767) Use keywords strategy when filter the jdbc driver in database pools

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

Rex Wang closed GERONIMO-4767.
------------------------------


> Use keywords strategy when filter the jdbc driver in database pools
> -------------------------------------------------------------------
>
>                 Key: GERONIMO-4767
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4767
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.1.5, 2.2
>            Reporter: Rex Wang
>            Assignee: Rex Wang
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4767-trunk.patch
>
>
> Current strategy is too strict when do filter on the jdbc drivers.
> We set the my sql dependecy filter "mysql/mysql-connector-java//jar", but if user manually copy the driver to <geronimo_home>/repository/org/mysql/...
> the database pool portlet won't find any jars ever. That because the filter mandatoryly requires user to install the jar to <geronimo_home>/repository/mysql/...
> We should improve this behavior more loosely, such as using the keywords.

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


[jira] Assigned: (GERONIMO-4767) Use keywords strategy when filter the jdbc driver in database pools

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

Rex Wang reassigned GERONIMO-4767:
----------------------------------

    Assignee: Rex Wang

> Use keywords strategy when filter the jdbc driver in database pools
> -------------------------------------------------------------------
>
>                 Key: GERONIMO-4767
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4767
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.1.5, 2.2
>            Reporter: Rex Wang
>            Assignee: Rex Wang
>             Fix For: 2.2
>
>
> Current strategy is too strict when do filter on the jdbc drivers.
> We set the my sql dependecy filter "mysql/mysql-connector-java//jar", but if user manually copy the driver to <geronimo_home>/repository/org/mysql/...
> the database pool portlet won't find any jars ever. That because the filter mandatoryly requires user to install the jar to <geronimo_home>/repository/mysql/...
> We should improve this behavior more loosely, such as using the keywords.

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


[jira] Commented: (GERONIMO-4767) Use keywords strategy when filter the jdbc driver in database pools

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735529#action_12735529 ] 

Rex Wang commented on GERONIMO-4767:
------------------------------------

More details, please refer to the comments on GERONIMO-4725
-Rex

> Use keywords strategy when filter the jdbc driver in database pools
> -------------------------------------------------------------------
>
>                 Key: GERONIMO-4767
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4767
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.1.5, 2.2
>            Reporter: Rex Wang
>            Assignee: Rex Wang
>             Fix For: 2.2
>
>
> Current strategy is too strict when do filter on the jdbc drivers.
> We set the my sql dependecy filter "mysql/mysql-connector-java//jar", but if user manually copy the driver to <geronimo_home>/repository/org/mysql/...
> the database pool portlet won't find any jars ever. That because the filter mandatoryly requires user to install the jar to <geronimo_home>/repository/mysql/...
> We should improve this behavior more loosely, such as using the keywords.

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


[jira] Commented: (GERONIMO-4767) Use keywords strategy when filter the jdbc driver in database pools

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735924#action_12735924 ] 

Rex Wang commented on GERONIMO-4767:
------------------------------------

There might be several versions of a jdbc driver in our server repo, so a selection dialog is needed I think.

-Rex

> Use keywords strategy when filter the jdbc driver in database pools
> -------------------------------------------------------------------
>
>                 Key: GERONIMO-4767
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4767
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.1.5, 2.2
>            Reporter: Rex Wang
>            Assignee: Rex Wang
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4767-trunk.patch
>
>
> Current strategy is too strict when do filter on the jdbc drivers.
> We set the my sql dependecy filter "mysql/mysql-connector-java//jar", but if user manually copy the driver to <geronimo_home>/repository/org/mysql/...
> the database pool portlet won't find any jars ever. That because the filter mandatoryly requires user to install the jar to <geronimo_home>/repository/mysql/...
> We should improve this behavior more loosely, such as using the keywords.

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


[jira] Updated: (GERONIMO-4767) Use keywords strategy when filter the jdbc driver in database pools

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

Rex Wang updated GERONIMO-4767:
-------------------------------

    Attachment: GERONIMO-4767-trunk.patch

Please help review.

> Use keywords strategy when filter the jdbc driver in database pools
> -------------------------------------------------------------------
>
>                 Key: GERONIMO-4767
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4767
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.1.5, 2.2
>            Reporter: Rex Wang
>            Assignee: Rex Wang
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4767-trunk.patch
>
>
> Current strategy is too strict when do filter on the jdbc drivers.
> We set the my sql dependecy filter "mysql/mysql-connector-java//jar", but if user manually copy the driver to <geronimo_home>/repository/org/mysql/...
> the database pool portlet won't find any jars ever. That because the filter mandatoryly requires user to install the jar to <geronimo_home>/repository/mysql/...
> We should improve this behavior more loosely, such as using the keywords.

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