From user-return-28-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Wed Aug 25 08:22:56 2004 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 30675 invoked from network); 25 Aug 2004 08:22:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 Aug 2004 08:22:56 -0000 Received: (qmail 11400 invoked by uid 500); 25 Aug 2004 08:22:28 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 11298 invoked by uid 500); 25 Aug 2004 08:22:26 -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 11247 invoked by uid 99); 25 Aug 2004 08:22:26 -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; Wed, 25 Aug 2004 01:22:24 -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 5452938950 for ; Wed, 25 Aug 2004 10:22:21 +0200 (CEST) Received: from [127.0.0.1] (namdynwar31.poland.hp.com [15.127.97.31]) by vistula.poland.hp.com with ESMTP (8.9.3 (PHNE_28760_binary)/8.8.6 SMKit7.02) id KAA07546 for ; Wed, 25 Aug 2004 10:22:20 +0200 (METDST) Message-ID: <412C4C1B.3060109@apache.org> Date: Wed, 25 Aug 2004 10:21:47 +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.8a3) Gecko/20040817 X-Accept-Language: pl, en, en-us MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Re: PetStore deployment on Geronimo References: <645d1db104082500112135367e@mail.gmail.com> In-Reply-To: <645d1db104082500112135367e@mail.gmail.com> 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 Sai Arunachalam wrote: > Hi, > I am trying to make Petstore run on Geronimo. I learnt from a > previous mail that Geronimo doesn't support PetStore as of now. Can > somebody tell me as to what are the features in petstore that aren't > supported by Geronimo? > I am adding the geronimo specific deployment descriptors to try to > make it work. If this is the wrong area to start, can someone tell me > where to start? Hi, Here it is http://wiki.apache.org/geronimo/PetStore. I've been working on it, but had to look into issues in OpenEJB that consumes all my time. What's known to not work in Geronimo, in fact in OpenEJB, is the compound primary keys that are used in PetStore. That's what mostly prevents PetStore from being deployed onto Geronimo. > Sai Jacek