Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 17100 invoked from network); 27 Jul 2009 08:43:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Jul 2009 08:43:33 -0000 Received: (qmail 29390 invoked by uid 500); 27 Jul 2009 08:44:37 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 29266 invoked by uid 500); 27 Jul 2009 08:44:37 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 29126 invoked by uid 99); 27 Jul 2009 08:44:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2009 08:44:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2009 08:44:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F137C234C055 for ; Mon, 27 Jul 2009 01:44:14 -0700 (PDT) Message-ID: <780574562.1248684254987.JavaMail.jira@brutus> Date: Mon, 27 Jul 2009 01:44:14 -0700 (PDT) From: "Rex Wang (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Assigned: (GERONIMO-4767) Use keywords strategy when filter the jdbc driver in database pools In-Reply-To: <1228975472.1248684254974.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on 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 /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 /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.