Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 45906 invoked from network); 7 Feb 2006 19:31:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Feb 2006 19:31:35 -0000 Received: (qmail 27196 invoked by uid 500); 7 Feb 2006 19:31:26 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 27148 invoked by uid 500); 7 Feb 2006 19:31:25 -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 27137 invoked by uid 99); 7 Feb 2006 19:31:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2006 11:31:22 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 1F017DE for ; Tue, 7 Feb 2006 20:31:01 +0100 (CET) Message-ID: <902582075.1139340661124.JavaMail.jira@ajax.apache.org> Date: Tue, 7 Feb 2006 20:31:01 +0100 (CET) From: "Kathy Chan (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMODEVTOOLS-56) URLProvider.getModuleRootURL() returning "WebApp_ID" In-Reply-To: <1625436687.1138733553149.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-56?page=all ] Kathy Chan closed GERONIMODEVTOOLS-56: -------------------------------------- Verified on WTP M101 02070438 and Geronimo plugin 0206. > URLProvider.getModuleRootURL() returning "WebApp_ID" > ---------------------------------------------------- > > Key: GERONIMODEVTOOLS-56 > URL: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-56 > Project: Geronimo-Devtools > Type: Bug > Components: eclipse-plugin > Environment: Windows XP > Reporter: Kathy Chan > Assignee: Sachin Patel > > Driver: > - WTP 1.0.1 M20060131_1015, > - Geronimo Server 1.0, > - Geronimo plugin 0130_0958 > For a Web project called "g1Client", the context root is return as "WebApp_ID" rather than "g1Client". Here's the code: > IURLProvider urlProvider = (IURLProvider) serverInstance.loadAdapter(IURLProvider.class, null); > URL url = urlProvider.getModuleRootURL(module); > url is returned as: > http://localhost:8080/WebApp_ID/ > I was expecting: > http://localhost:8080/g1Client/ > The problem can easily be reproduced by going through a Web Service Client scenario with "test Web service". Notice that the URL for the TestClient is wrong, it should be: > http://localhost:8080/g1Client/sampleEchoProxy/TestClient.jsp > > rather than the current URL: > http://localhost:8080/WebApp_ID/sampleEchoProxy/TestClient.jsp -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira