Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 53DFC91F8 for ; Sat, 7 Apr 2012 12:15:43 +0000 (UTC) Received: (qmail 58461 invoked by uid 500); 7 Apr 2012 12:15:42 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 58414 invoked by uid 500); 7 Apr 2012 12:15:41 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 58385 invoked by uid 99); 7 Apr 2012 12:15:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Apr 2012 12:15:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Apr 2012 12:15:39 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A8F3C35EDA6 for ; Sat, 7 Apr 2012 12:15:18 +0000 (UTC) Date: Sat, 7 Apr 2012 12:15:18 +0000 (UTC) From: "Justin Edelson (Issue Comment Edited) (JIRA)" To: dev@jackrabbit.apache.org Message-ID: <907207232.1595.1333800918693.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1722300766.1422.1333782323976.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Issue Comment Edited] (JCR-3288) ConnectionFactory.getDriverClass() should use Thread.currentThread().getContextClassLoader(); instead of Class.forName() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/JCR-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249230#comment-13249230 ] Justin Edelson edited comment on JCR-3288 at 4/7/12 12:15 PM: -------------------------------------------------------------- Wouldn't ConnectionFactory.class.getClassLoader() be a better way of obtaining the correct classloader? was (Author: justinedelson): Wouldn't ConnectionFactory.getClassLoader() be a better way of obtaining the correct classloader? > ConnectionFactory.getDriverClass() should use Thread.currentThread().getContextClassLoader(); instead of Class.forName() > ------------------------------------------------------------------------------------------------------------------------ > > Key: JCR-3288 > URL: https://issues.apache.org/jira/browse/JCR-3288 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: jackrabbit-core > Affects Versions: 2.3.3 > Environment: WXP Sun JDK 1.6.0_30 Derby database > Reporter: Francis ANDRE > Priority: Critical > > Hi > The ConnectionFactory.getDriverClass() should use Thread.currentThread().getContextClassLoader(); instead of Class.forName() otherwise dynamically added jdbc drivers to the classpath are not found; > ClassLoader cl = Thread.currentThread().getContextClassLoader(); > return cl.loadClass(driver); > // return Class.forName(driver); -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira