Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 86755 invoked from network); 4 Jun 2007 19:44:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2007 19:44:49 -0000 Received: (qmail 81848 invoked by uid 500); 4 Jun 2007 19:44:51 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 81627 invoked by uid 500); 4 Jun 2007 19:44:50 -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 81616 invoked by uid 99); 4 Jun 2007 19:44:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 12:44:50 -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, 04 Jun 2007 12:44:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3A761714186 for ; Mon, 4 Jun 2007 12:44:26 -0700 (PDT) Message-ID: <30649334.1180986266231.JavaMail.jira@brutus> Date: Mon, 4 Jun 2007 12:44:26 -0700 (PDT) From: "Lin Sun (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Assigned: (GERONIMO-2915) Disable the call to processHTTPGetRequest to fix the build error In-Reply-To: <23489796.1172774990737.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-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun reassigned GERONIMO-2915: --------------------------------- Assignee: Lin Sun (was: Joe Bohn) > Disable the call to processHTTPGetRequest to fix the build error > ---------------------------------------------------------------- > > Key: GERONIMO-2915 > URL: https://issues.apache.org/jira/browse/GERONIMO-2915 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: webservices > Affects Versions: 2.0-M5 > Environment: winzp + sun 1.5 > Reporter: Lin Sun > Assignee: Lin Sun > Fix For: 2.0-M5 > > > Axis2 team commented out this processHTTPGetRequest method this AM and it caused a build error! > The quick workaround is to disable the call. I was able to run a full build with the workaround below and a clean Axis2 repo. > // deal with GET request > /*boolean processed = HTTPTransportUtils.processHTTPGetRequest( > msgContext, > response.getOutputStream(), > soapAction, > path, > configurationContext, > HTTPTransportReceiver.getGetRequestParameters(path));*/ > > boolean processed = false; > Thanks, Lin -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.