Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 96583 invoked from network); 15 Aug 2007 19:34:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Aug 2007 19:34:00 -0000 Received: (qmail 12550 invoked by uid 500); 15 Aug 2007 19:33:54 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 12497 invoked by uid 500); 15 Aug 2007 19:33:54 -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 12480 invoked by uid 99); 15 Aug 2007 19:33:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2007 12:33: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; Wed, 15 Aug 2007 19:34:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E916F714191 for ; Wed, 15 Aug 2007 12:33:30 -0700 (PDT) Message-ID: <29317150.1187206410950.JavaMail.jira@brutus> Date: Wed, 15 Aug 2007 12:33:30 -0700 (PDT) From: "Jarek Gawor (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-3414) servlet.destroy() not called on POJOWebServiceServlet MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org servlet.destroy() not called on POJOWebServiceServlet ----------------------------------------------------- Key: GERONIMO-3414 URL: https://issues.apache.org/jira/browse/GERONIMO-3414 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: Jetty Reporter: Jarek Gawor It appears like the destroy() method is not invoked on POJOWebServiceServlet on Jetty. This works fine on Tomcat. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.