Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 160 invoked from network); 16 Feb 2007 03:28:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2007 03:28:37 -0000 Received: (qmail 60115 invoked by uid 500); 16 Feb 2007 03:28:41 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 59251 invoked by uid 500); 16 Feb 2007 03:28:37 -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 58785 invoked by uid 99); 16 Feb 2007 03:28:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 19:28:34 -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; Thu, 15 Feb 2007 19:28:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DAE597141E6 for ; Thu, 15 Feb 2007 19:28:05 -0800 (PST) Message-ID: <15364135.1171596485894.JavaMail.jira@brutus> Date: Thu, 15 Feb 2007 19:28:05 -0800 (PST) From: "Davanum Srinivas (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Resolved: (GERONIMO-2840) Minor fixes In-Reply-To: <30969083.1171594745913.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-2840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved GERONIMO-2840. ---------------------------------------- Resolution: Fixed Fixed in 508298 > Minor fixes > ----------- > > Key: GERONIMO-2840 > URL: https://issues.apache.org/jira/browse/GERONIMO-2840 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Reporter: Jarek Gawor > Attachments: GERONIMO-2840.patch > > > The attached patch contains the following minor fixes: > 1) Fix for JettyEJBWebServiceContext.Request.getURI(). It was returning client's host/port information instead of server's. Also, ?wsdl request would result in an exception thrown without jettyRequest.setHandled(true); call. > 2) Fix in EjbModuleBuilder.java. It was passing invalid environment to module builder extensions. > 3) Added empty constructor to EjbDeployment.java. It is required when a type is used as a reference for a gbean. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.