Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 99323 invoked from network); 29 Mar 2007 14:57:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Mar 2007 14:57:50 -0000 Received: (qmail 41504 invoked by uid 500); 29 Mar 2007 14:57:53 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 41482 invoked by uid 500); 29 Mar 2007 14:57:53 -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 41469 invoked by uid 99); 29 Mar 2007 14:57:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 07:57:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 07:57:45 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 37B24714063 for ; Thu, 29 Mar 2007 07:57:25 -0700 (PDT) Message-ID: <28662927.1175180245197.JavaMail.jira@brutus> Date: Thu, 29 Mar 2007 07:57:25 -0700 (PDT) From: "donald yang (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-2435) Hot update web services that load native library. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hot update web services that load native library. ------------------------------------------------- Key: AXIS2-2435 URL: https://issues.apache.org/jira/browse/AXIS2-2435 Project: Axis 2.0 (Axis2) Issue Type: Bug Affects Versions: 1.1.1 Reporter: donald yang Attachments: DeploymentEngine.java When you develop web services as a wrapper of native library(e.g., .dll or .so library), you can NOT hot update the web service as JVM will tell you that the dll has been loaded. The simple solution is to force JVM run garbage collector. So I updated DeploymentEngine.java(see attachment) and what I have changed is to add System.gc() twice at end of the method unDeploy()(Line number 681 and 682). -- 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