Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 67611 invoked from network); 13 Nov 2006 16:08:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2006 16:08:54 -0000 Received: (qmail 68170 invoked by uid 500); 13 Nov 2006 16:08:55 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 68144 invoked by uid 500); 13 Nov 2006 16:08:55 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 68116 invoked by uid 99); 13 Nov 2006 16:08:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Nov 2006 08:08:55 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gcjgu-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Nov 2006 08:08:41 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GjeLh-0001xx-AF for user@geronimo.apache.org; Mon, 13 Nov 2006 17:07:53 +0100 Received: from pat.zurich.ibm.com ([195.176.20.45]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Nov 2006 17:07:53 +0100 Received: from mmo by pat.zurich.ibm.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Nov 2006 17:07:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: user@geronimo.apache.org From: "Michael Moser" Subject: AXIS2 newbie question: how to unload a deployed .aar file? Date: Mon, 13 Nov 2006 17:07:18 +0100 Lines: 20 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pat.zurich.ibm.com X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Sender: news X-Virus-Checked: Checked by ClamAV on apache.org There's something rather fundamental missing in the AXIS2 description: how does one remove/undeploy an .aar file? The admin page doesn't offer any unload or remove link. There is an "inactivate service" link (btw: shouldn't that be "deactivate ..."?), but that apparently only kind of "freezes" the service (until one activates it again), but doesn't remove it. How do I get rid of a service, such that it's gone and/or such that I can deploy a new version of the same? I have changed my .aar file after first deployment and I have "uploaded" it again using the admin page (and the page told me "successful") but when I send a request I get an error that obviously still stems from the old version (I can definitely tell so, because some package names changed and the stack trace still shows the old names). I must have missed something pretty trivial here, I suppose... Michael