Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 64297 invoked from network); 26 Aug 2004 11:42:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 26 Aug 2004 11:42:26 -0000 Received: (qmail 86828 invoked by uid 500); 26 Aug 2004 11:42:25 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 86724 invoked by uid 500); 26 Aug 2004 11:42:24 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: user@geronimo.apache.org Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 86711 invoked by uid 99); 26 Aug 2004 11:42:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [64.233.170.203] (HELO mproxy.gmail.com) (64.233.170.203) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 26 Aug 2004 04:42:22 -0700 Received: by mproxy.gmail.com with SMTP id 77so172921rnl for ; Thu, 26 Aug 2004 04:42:20 -0700 (PDT) Received: by 10.38.99.64 with SMTP id w64mr2464723rnb; Thu, 26 Aug 2004 04:42:20 -0700 (PDT) Received: by 10.38.164.54 with HTTP; Thu, 26 Aug 2004 04:42:20 -0700 (PDT) Message-ID: <21eae709040826044269465164@mail.gmail.com> Date: Thu, 26 Aug 2004 17:12:20 +0530 From: Rajesh Ravindran Reply-To: Rajesh Ravindran To: user@geronimo.apache.org Subject: Re: ClassCastException when deloying petstore In-Reply-To: <412DC923.8090300@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <21eae7090408260001ed833b9@mail.gmail.com> <412DC923.8090300@apache.org> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Jacek, Thanks for replying. In my attempts at trying to deploy the petstore application, i first created the geronimo-jetty.xml in the war & corresponding openejb-jar.xml's in their jars. Put it all in petstore.ear. Initially i was getting some deployment exceptions, which i solved by adding some missing classes to the required jars. That is when i encountered this exception. So to debug it, i got the openejb code from the CVS repository & built it. Now i want to know how i can integrate my changes in openejb to geronimo. As of now I am having a little trouble with the deploy command of openejb. So I have to work around that. Well this does not necessarily mean that I am way ahead of u, maybe i am on a totally different and wrong way :). So please help me get on track. Thanks Rajesh