Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 23342 invoked from network); 9 Apr 2007 14:47:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Apr 2007 14:47:57 -0000 Received: (qmail 25792 invoked by uid 500); 9 Apr 2007 14:47:59 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 25753 invoked by uid 500); 9 Apr 2007 14:47:59 -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 25742 invoked by uid 99); 9 Apr 2007 14:47:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Apr 2007 07:47:59 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 09 Apr 2007 07:47:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4F3B9714079 for ; Mon, 9 Apr 2007 07:47:32 -0700 (PDT) Message-ID: <26849240.1176130052277.JavaMail.jira@brutus> Date: Mon, 9 Apr 2007 07:47:32 -0700 (PDT) From: "Jarek Gawor (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Resolved: (GERONIMO-3013) is ignored In-Reply-To: <22885431.1174677932381.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-3013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor resolved GERONIMO-3013. ----------------------------------- Resolution: Fixed Fix Version/s: 2.0-M5 The element along with other web service attributes are being translated and handled now. > is ignored > -------------------------------- > > Key: GERONIMO-3013 > URL: https://issues.apache.org/jira/browse/GERONIMO-3013 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: OpenEJB > Reporter: Jarek Gawor > Fix For: 2.0-M5 > > > I'm deploying an annotated stateless ejb which also is a web service. The module does not contain ejb-jar.xml file but does contain openejb-jar.xml file. The openejb-jar.xml file looks like the following: > xmlns:pkgen="http://openejb.apache.org/xml/ns/pkgen-2.1" > xmlns:naming="http://geronimo.apache.org/xml/ns/naming-1.2" > xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.2"> > > > JEE5 > JAXWSEJB > 1.1 > car > > > > > JAXWSBean > JAXWSBean > /services/Review > > > > During the deployment the right moduleID is used (as specified in the descriptor). However, I'm unable to find a reference to web-service-address element in any of the members (including DD) when deploying the service (when running in a debugger). It looks like the web-service-address is ignored or not propagated (maybe it is ignored during translation). > Support for specifying web-service-address is necessary. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.