Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 49420 invoked from network); 22 Jul 2004 00:25:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Jul 2004 00:25:32 -0000 Received: (qmail 62288 invoked by uid 500); 22 Jul 2004 00:25:26 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 62238 invoked by uid 500); 22 Jul 2004 00:25:25 -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 62225 invoked by uid 99); 22 Jul 2004 00:25:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.233.18.245] (HELO public.coredevelopers.net) (209.233.18.245) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 21 Jul 2004 17:25:23 -0700 Received: from [192.168.17.120] (unknown [69.111.157.225]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by public.coredevelopers.net (Postfix on SuSE Linux 8.0 (i386)) with ESMTP id 6F3BA4A009 for ; Wed, 21 Jul 2004 17:22:07 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <55991.220.247.207.122.1090412828.squirrel@220.247.207.122> References: <55991.220.247.207.122.1090412828.squirrel@220.247.207.122> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <9A6BA582-DB75-11D8-BD30-000393DB559A@coredevelopers.net> Content-Transfer-Encoding: 7bit From: Dain Sundstrom Subject: Re: [PATCH]webservice deployment in geronimo Date: Wed, 21 Jul 2004 17:25:15 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.618) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Please post this to JIRA (http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10220) On Jul 21, 2004, at 5:27 AM, Srinath Perera wrote: > Hi All; > > this patch has code to deploy the webservice in the geronimo. > there is a > 1) WebServiceDeployerGbean and by calling deploy GBean method one can > deploy a webservice. right now Axis service keep a seperate > config-store > but that can be changed when we decide on the final thing > > 2)the Deployer accept a webservice jar file and generate the required > code > using ews and deploy them. for time been the Axis GBean need to > restart to > get the new deploymnet. > > 3)the complete senario is shown in the WebServiceTest.java test. But to > run this code need the JAVA_HOME/lib/tools.jar in the classpth. Since > still can not get it in the classpath of maven I exclude the tests. If > somebody using IDE and add the tools.jar in the classpath they should > work > fine :) So ews generates java source code and compiles it? Is there any way to skip the Java source generation and thus the need for a compiler? -dain