Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 6282 invoked from network); 5 Aug 2004 16:22:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Aug 2004 16:22:09 -0000 Received: (qmail 33506 invoked by uid 500); 5 Aug 2004 16:22:01 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 33472 invoked by uid 500); 5 Aug 2004 16:22:00 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 33432 invoked by uid 99); 5 Aug 2004 16:22:00 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [155.208.255.20] (HELO bbnrelbul01.net.external.hp.com) (155.208.255.20) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 05 Aug 2004 09:21:58 -0700 Received: from vistula.poland.hp.com (vistula.poland.hp.com [15.188.0.12]) by bbnrelbul01.net.external.hp.com (Postfix) with ESMTP id 3137E37CF7 for ; Thu, 5 Aug 2004 18:21:50 +0200 (CEST) Received: from [15.127.97.27] (namdynwar27.poland.hp.com [15.127.97.27]) by vistula.poland.hp.com with ESMTP (8.9.3 (PHNE_28760_binary)/8.8.6 SMKit7.02) id SAA27166 for ; Thu, 5 Aug 2004 18:21:48 +0200 (METDST) Message-ID: <41125E7C.4000205@apache.org> Date: Thu, 05 Aug 2004 18:21:16 +0200 From: Jacek Laskowski Organization: Apache Geronimo (http://geronimo.apache.org) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a2) Gecko/20040714 X-Accept-Language: pl, en, en-us MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: web app calling ejb: "class not found" at deployment References: <20040805153123.GA17629@caboteria.org> In-Reply-To: <20040805153123.GA17629@caboteria.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N toby cabot wrote: > org.apache.geronimo.deployment.DeploymentException: Remote interface class not found: g6o.ejbclient.StatelessSession > at org.apache.geronimo.jetty.deployment.JettyModuleBuilder.assureInterface(JettyModuleBuilder.java:593) > at org.apache.geronimo.jetty.deployment.JettyModuleBuilder.assureEJBObjectInterface(JettyModuleBuilder.java:573) > at org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addEJBRefs(JettyModuleBuilder.java:491) > > etc... Hi Toby, Add to the WEB-INF/geronimo-jetty.xml file. See /geronimo/modules/jetty/src/schema/geronimo-jetty.xsd for a complete reference. Although it's only a work-around, give it a try. If it works, please report an issue in JIRA. > Toby Jacek