Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 94363 invoked from network); 16 Feb 2007 02:59:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2007 02:59:30 -0000 Received: (qmail 34582 invoked by uid 500); 16 Feb 2007 02:59:37 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 33840 invoked by uid 500); 16 Feb 2007 02:59:34 -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 33813 invoked by uid 99); 16 Feb 2007 02:59:34 -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 18:59: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 18:59:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DF8D07141E1 for ; Thu, 15 Feb 2007 18:59:05 -0800 (PST) Message-ID: <30969083.1171594745913.JavaMail.jira@brutus> Date: Thu, 15 Feb 2007 18:59:05 -0800 (PST) From: "Jarek Gawor (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-2840) Minor fixes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 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.