Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 82030 invoked from network); 16 Feb 2007 14:14:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2007 14:14:48 -0000 Received: (qmail 211 invoked by uid 500); 16 Feb 2007 14:14:46 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 204 invoked by uid 500); 16 Feb 2007 14:14:46 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 193 invoked by uid 99); 16 Feb 2007 14:14:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Feb 2007 06:14:46 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of davanum@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Feb 2007 06:14:36 -0800 Received: by ug-out-1314.google.com with SMTP id j40so148796ugd for ; Fri, 16 Feb 2007 06:14:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hVeIoI8E0HK6m8KEVaGMP/ZjHtbIWM/bzmXZnq8rsDEUcqIgZMEoJFGUDPB6yOhfE804yEkvekYuLFOKWCJbMqRXpJ9KCKRT0UPi1lAAD4n1eRhyWBVGMw5Yf1AGQInk0Tt37a7phCYA298W3420nUC30KcEM56u6x25xN1+sHw= Received: by 10.115.106.7 with SMTP id i7mr1679677wam.1171635252481; Fri, 16 Feb 2007 06:14:12 -0800 (PST) Received: by 10.114.73.14 with HTTP; Fri, 16 Feb 2007 06:14:12 -0800 (PST) Message-ID: <19e0530f0702160614k50ed364fkdde20f0ec48dc53d@mail.gmail.com> Date: Fri, 16 Feb 2007 09:14:12 -0500 From: "Davanum Srinivas" Reply-To: dims@apache.org To: axis-user@ws.apache.org Subject: Re: Classloader Issues in Axis2 In-Reply-To: <9001413.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9001413.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Oskar, Please log a JIRA enhancement request for #1. As for #2, try setting the following parameter in the services.xml (See example here [1]) composite thanks, dims [1] http://ws.apache.org/axis2/1_1_1/spring.html On 2/16/07, Oskar Carlstedt wrote: > > Hello! > > Does anyone know if there is a way to confiure axis to use an isolated > classloader that has it origin in the service archive? Using the default > behaviour of today makes lot of things a bit tricky for me, e.g: > > - Configuration of commons-logging must be made in the axis2 webapp, which I > don't want. I want the logging to be configured in the axis archive and > loaded by the classloader of the service - not the classloader of the axis2 > webapplication. > > - Xml beans can't find the correct type system, just because xml beans is > loaded from the axis2 webapp. This can be solved by using > XmlObject.parse(...).changeType( expected schema type ). In my eyes, this is > not the way to go. > > I think these issues, and probably other classloader related issues will be > solved by getting the service to run into a more isolated environment. Does > anyone know how to fix this? > > Kind Regards > Oskar > -- > View this message in context: http://www.nabble.com/Classloader-Issues-in-Axis2-tf3238521.html#a9001413 > Sent from the Axis - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-user-help@ws.apache.org > > -- Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org