Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 85315 invoked from network); 26 Nov 2007 18:55:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Nov 2007 18:55:06 -0000 Received: (qmail 14463 invoked by uid 500); 26 Nov 2007 18:54:52 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 14254 invoked by uid 500); 26 Nov 2007 18:54:52 -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 14243 invoked by uid 99); 26 Nov 2007 18:54:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2007 10:54:52 -0800 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, 26 Nov 2007 18:54:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5BCFE714233 for ; Mon, 26 Nov 2007 10:54:43 -0800 (PST) Message-ID: <16171236.1196103283373.JavaMail.jira@brutus> Date: Mon, 26 Nov 2007 10:54:43 -0800 (PST) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Assigned: (GERONIMO-3609) JNDI lookup problem on fowarded calls in Jetty In-Reply-To: <11555253.1195531663441.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-3609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks reassigned GERONIMO-3609: -------------------------------------- Assignee: David Jencks > JNDI lookup problem on fowarded calls in Jetty > ---------------------------------------------- > > Key: GERONIMO-3609 > URL: https://issues.apache.org/jira/browse/GERONIMO-3609 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: Jetty > Affects Versions: 2.0.x, 2.1 > Reporter: Jarek Gawor > Assignee: David Jencks > Attachments: GERONIMO-3609.patch > > > I am having trouble looking up a DataSource from an EAR containing a > WAR (which is where the lookup takes place) using JNDI. I find it to > be really weird, because I can look up the DataSource fine if I do it > through a JSP page or a servlet. However, when I try to look it up in > portlet code, the jndi name does not seem to be visible, although it > is visible in the JNDI viewer. Additionally, I have successfully > looked it up through jsp and servlets. > This is only a problem in Jetty, because the same code works fine for Tomcat. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.