From dev-return-24856-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Sun Feb 05 05:40:47 2006 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 9043 invoked from network); 5 Feb 2006 05:40:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Feb 2006 05:40:47 -0000 Received: (qmail 45913 invoked by uid 500); 5 Feb 2006 05:42:30 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 45852 invoked by uid 500); 5 Feb 2006 05:42:28 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 45840 invoked by uid 99); 5 Feb 2006 05:42:28 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Feb 2006 21:42:27 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 155ADC9 for ; Sun, 5 Feb 2006 06:42:03 +0100 (CET) Message-ID: <713782672.1139118123065.JavaMail.jira@ajax.apache.org> Date: Sun, 5 Feb 2006 06:42:03 +0100 (CET) From: "Aaron Mulder (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-1583) Servlet web service is created once and destroyed many times MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Servlet web service is created once and destroyed many times ------------------------------------------------------------ Key: GERONIMO-1583 URL: http://issues.apache.org/jira/browse/GERONIMO-1583 Project: Geronimo Type: Bug Components: web, webservices Versions: 1.0 Reporter: Aaron Mulder Fix For: 1.0.1, 1.1 I deployed a servlet-based web service that implements ServiceLifecycle. I called another servlet that invoked the web service three times (calling one method once and a different method twice). I put printlns in the init and destroy methods and got: Web Services Servlet initialized Web Services Servlet destroyed Web Services Servlet destroyed Web Services Servlet destroyed I don't know if it was the same instance or different instances, but I assume it should not be destroyed more often than it is initialized. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira