Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 61328 invoked from network); 15 Oct 2005 06:35:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Oct 2005 06:35:10 -0000 Received: (qmail 56189 invoked by uid 500); 15 Oct 2005 06:35:07 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 56132 invoked by uid 500); 15 Oct 2005 06:35:06 -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 56121 invoked by uid 99); 15 Oct 2005 06:35:06 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2005 23:35:06 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id D7F93237 for ; Sat, 15 Oct 2005 08:34:44 +0200 (CEST) Message-ID: <1631874183.1129358084852.JavaMail.jira@ajax.apache.org> Date: Sat, 15 Oct 2005 08:34:44 +0200 (CEST) From: "Gianny Damour (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-1074) GeronimoLogFactory should be installed via the service provider mechanism Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N GeronimoLogFactory should be installed via the service provider mechanism ------------------------------------------------------------------------- Key: GERONIMO-1074 URL: http://issues.apache.org/jira/browse/GERONIMO-1074 Project: Geronimo Type: Improvement Components: kernel Versions: 1.0-M5, 1.0-M4, 1.0-M3, 1.0-M2, 1.0-M1 Reporter: Gianny Damour Assigned to: Gianny Damour Fix For: 1.0 GeronimoLogFactory is currently installed via the system property mechanism. This implies that all J2EE modules using commons-logging inherit the same LogFactory implementation. This is an issue for Web modules packaging commons-logging along with them and reversing the class loading delegation model. GeronimoLogFactory should be installed via the service provider mechanism. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira