Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 50691 invoked from network); 7 Sep 2006 12:31:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 12:31:03 -0000 Received: (qmail 48687 invoked by uid 500); 7 Sep 2006 12:31:00 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 48512 invoked by uid 500); 7 Sep 2006 12:30:59 -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 48501 invoked by uid 99); 7 Sep 2006 12:30:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 05:30:59 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of robertlazarski@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 05:30:58 -0700 Received: by nf-out-0910.google.com with SMTP id x29so396110nfb for ; Thu, 07 Sep 2006 05:30:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=K3tCu40EejU0BHKKN3Aa/URWj7EpgoZSDtrK+ZJEciMXXybq8ShofmPgVo3n6PRDhO4AqgpualFg7Cqk19GCqavlyijBUdhUjBr+2QBGR/4f/Ma1vvCYmKZ7o2MvxLm1a6AxHleSwm+kNgAFphKCnLCXSua4LM9mX5m1QK/k5V0= Received: by 10.48.210.16 with SMTP id i16mr2413355nfg; Thu, 07 Sep 2006 05:30:37 -0700 (PDT) Received: by 10.49.30.14 with HTTP; Thu, 7 Sep 2006 05:30:36 -0700 (PDT) Message-ID: Date: Thu, 7 Sep 2006 09:30:36 -0300 From: "robert lazarski" To: axis-dev@ws.apache.org Subject: Re: [Axis2] *PLEASE* discuss before committing (Re: svn commit: r439555 - in /webservices/axis2/trunk/java/modules: kernel/src/org/apache/axis2/ kernel/src/org/apache/axis2/deployment/util/ kernel/src/org/apache/axis2/receivers/ kernel/src/org/apache In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44FE9B3D.5060308@opensource.lk> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > > Hot deployment most certainly can happen via Service.startUp() , with > the axis2-spring*.jar and the springframeworks jar inside the aar . > That way there is complete isolation between aar's , and hot > deployment does happen the right way. I responded to a users question > a couple weeks ago about this but I haven't documented it yet. It took > a long time to get the classloader issues and load-on-startup issues > working right, and at that point I liked what we had. I have to think > thru and test whether the interface Saminda is proposing from the TCCL > will affect what was working, ie complete service isolation and hot > deployment on startUp . . Actually, that won't work. org.apache.axis2.ServiceObjectSupplier will not be visible inside the aar to axis2-spring*.jar . Will test later ... its independence day in Brazil and I'm off to the beach ;-) . Robert --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org