Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 28890 invoked from network); 1 Mar 2007 06:12:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 06:12:18 -0000 Received: (qmail 25946 invoked by uid 500); 1 Mar 2007 06:12:20 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 25884 invoked by uid 500); 1 Mar 2007 06:12:20 -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 List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 25873 invoked by uid 99); 1 Mar 2007 06:12:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Feb 2007 22:12:20 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Feb 2007 22:12:10 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AE4C071421C for ; Wed, 28 Feb 2007 22:11:50 -0800 (PST) Message-ID: <3278671.1172729510695.JavaMail.jira@brutus> Date: Wed, 28 Feb 2007 22:11:50 -0800 (PST) From: "Jarek Gawor (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-2908) Deploy JAX-WS services without webservices.xml In-Reply-To: <24215266.1172729390676.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor updated GERONIMO-2908: ---------------------------------- Attachment: GERONIMO-2908.patch > Deploy JAX-WS services without webservices.xml > ---------------------------------------------- > > Key: GERONIMO-2908 > URL: https://issues.apache.org/jira/browse/GERONIMO-2908 > Project: Geronimo > Issue Type: New Feature > Security Level: public(Regular issues) > Components: webservices > Reporter: Jarek Gawor > Attachments: GERONIMO-2908.patch > > > The attached patch enables the JAX-WS services to be deployed without webservices.xml file. In order to do so, the WebServiceBuilder.findWebService() interface needs to be changed slightly to pass the Module instance to the builder. And that's needed because the WebServiceBuilder in case where webservices.xml file is not there, it needs access to the deployment descriptor to discover out the servlet name and the class name (e.g. two servlets with different name could use the same bean class). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.