Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 57209 invoked from network); 20 Feb 2008 11:41:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2008 11:41:22 -0000 Received: (qmail 47575 invoked by uid 500); 20 Feb 2008 11:41:14 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 47526 invoked by uid 500); 20 Feb 2008 11:41:14 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 47509 invoked by uid 99); 20 Feb 2008 11:41:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2008 03:41:14 -0800 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; Wed, 20 Feb 2008 11:40:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A12DE234C048 for ; Wed, 20 Feb 2008 03:40:43 -0800 (PST) Message-ID: <978798397.1203507643658.JavaMail.jira@brutus> Date: Wed, 20 Feb 2008 03:40:43 -0800 (PST) From: "Manuel Linsmayer (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-3524) Classloader problem / Service isolation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Classloader problem / Service isolation --------------------------------------- Key: AXIS2-3524 URL: https://issues.apache.org/jira/browse/AXIS2-3524 Project: Axis 2.0 (Axis2) Issue Type: Bug Affects Versions: 1.3 Reporter: Manuel Linsmayer I have two versions of the same library in AXIS2_HOME/lib and inside my AAR in the lib folder. Inside my service class, I'm trying to load the version from the AAR file using the following code: ClassLoader cl = this.getClass().getClassLoader(); Class testClass = Class.forName("package.Test", true, cl); package.Test testObj = (package.Test) testClass.newInstance(); The classloader always picks the version from AXIS2_HOME/lib. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org