Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 92772 invoked from network); 14 Sep 2005 05:41:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Sep 2005 05:41:10 -0000 Received: (qmail 54294 invoked by uid 500); 14 Sep 2005 05:41:09 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 54281 invoked by uid 500); 14 Sep 2005 05:41:08 -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 List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 54266 invoked by uid 99); 14 Sep 2005 05:41:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2005 22:41:08 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=DNS_FROM_RFC_ABUSE,PLING_QUERY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.163.169.227] (HELO smtp107.mail.sc5.yahoo.com) (66.163.169.227) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 13 Sep 2005 22:41:18 -0700 Received: (qmail 74564 invoked from network); 14 Sep 2005 05:41:05 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=Vtg2626QfwGWl39qMpxWfSu/wPpvpyDQi7dOh0jlgMTdFLI87t0SSOY1dc7dJMUbVxT58JkRncgVJ2wvfMozcBquANks3shwApXiz6A5DSI6uEyF3HTPn1tCCLR6x1xJX78ApWokGxKeRZbP2dODqdkyhbLP/wMWC0POi7iHA2Y= ; Received: from unknown (HELO ?192.168.1.105?) (david?jencks@66.93.38.137 with plain) by smtp107.mail.sc5.yahoo.com with SMTP; 14 Sep 2005 05:41:05 -0000 Mime-Version: 1.0 (Apple Message framework v622) In-Reply-To: <144e9d2f0509132204b005c67@mail.gmail.com> References: <144e9d2f0509130431559fafcc@mail.gmail.com> <4327512B.6050607@gmail.com> <144e9d2f0509132204b005c67@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: David Jencks Subject: Re: Deploying axis in to Geronimo! how? Date: Tue, 13 Sep 2005 22:41:04 -0700 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.622) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Sep 13, 2005, at 10:04 PM, ChinUom wrote: > > hi Stefan, > =A0 > thanks for the reply. > when we install the geronimo, we can see that jetty, tomcat and some=20= > other GBeans were automaticaly deployed. but we cant see that axis 1.x=20= > is deployed with geronimo. do we need to deploy axis GBean before we=20= > used that? For j2ee web services, no. We construct the necessary pieces of axis=20 for you based on the deployment descriptors and geronimo plan. The=20 hard part AFAIK is writing the jaxrpc mapping file which is needed for=20= anything except rpc/encoded. Although this file is usually rather=20 pointless, we follow the spec in requiring it and actually using the=20 information in it. I think there are generators for this file by IBM=20 and Sun although I have never used them and don't know how to find them=20= or what license they are under. thanks david jencks > =A0 > thanks > chin=