Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 33310 invoked from network); 1 Mar 2007 06:39:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 06:39:13 -0000 Received: (qmail 45052 invoked by uid 500); 1 Mar 2007 06:39:21 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 44481 invoked by uid 500); 1 Mar 2007 06:39: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 44467 invoked by uid 99); 1 Mar 2007 06:39: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:39:19 -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:39:10 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ABD0771421C for ; Wed, 28 Feb 2007 22:38:50 -0800 (PST) Message-ID: <32414167.1172731130685.JavaMail.jira@brutus> Date: Wed, 28 Feb 2007 22:38:50 -0800 (PST) From: "Jeff Genender (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (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 ] Jeff Genender closed GERONIMO-2908. ----------------------------------- Resolution: Fixed Fix Version/s: 2.0 Committed revision 513185 > 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 > Fix For: 2.0 > > 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.