Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 45193 invoked from network); 11 Feb 2006 16:38:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Feb 2006 16:38:32 -0000 Received: (qmail 78935 invoked by uid 500); 11 Feb 2006 16:38:21 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 78866 invoked by uid 500); 11 Feb 2006 16:38:20 -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 78855 invoked by uid 99); 11 Feb 2006 16:38:20 -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, 11 Feb 2006 08:38:18 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 16A3ADD for ; Sat, 11 Feb 2006 17:37:57 +0100 (CET) Message-ID: <2073304020.1139675877091.JavaMail.jira@ajax.apache.org> Date: Sat, 11 Feb 2006 17:37:57 +0100 (CET) From: "Vincent Massol (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-1621) [Daytrader] TradeWSAction class is not a Servlet 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 [Daytrader] TradeWSAction class is not a Servlet ------------------------------------------------ Key: GERONIMO-1621 URL: http://issues.apache.org/jira/browse/GERONIMO-1621 Project: Geronimo Type: Bug Components: sample apps Versions: 1.0 Reporter: Vincent Massol When trying to deploy the web/ module to Jetty I'm getting the following error: Servlet class org.apache.geronimo.samples.daytrader.TradeWSAction is not a javax.servlet.Servlet Indeed, looking at the TradeWSAction.java class reveals that it's not a Servlet and thus it shouldn't be declared as a Servlet in web.xml: org_apache_geronimo_samples_daytrader_TradeWSAction org_apache_geronimo_samples_daytrader_TradeWSAction org.apache.geronimo.samples.daytrader.TradeWSAction -- 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