Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 27209 invoked from network); 18 May 2010 18:56:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 May 2010 18:56:05 -0000 Received: (qmail 35959 invoked by uid 500); 18 May 2010 18:56:04 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 35910 invoked by uid 500); 18 May 2010 18:56:04 -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 35903 invoked by uid 99); 18 May 2010 18:56:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 May 2010 18:56:04 +0000 X-ASF-Spam-Status: No, hits=-1440.3 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 May 2010 18:56:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4IIthB0019204 for ; Tue, 18 May 2010 18:55:43 GMT Message-ID: <15641238.112381274208943075.JavaMail.jira@thor> Date: Tue, 18 May 2010 14:55:43 -0400 (EDT) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-5025) New module/app/global jndi contexts in javaee 6 spec In-Reply-To: <636209848.190931263328494370.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-5025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12868788#action_12868788 ] David Jencks commented on GERONIMO-5025: ---------------------------------------- Rev 945814 and 945820 add support for jndi configuration in application.xml > New module/app/global jndi contexts in javaee 6 spec > ---------------------------------------------------- > > Key: GERONIMO-5025 > URL: https://issues.apache.org/jira/browse/GERONIMO-5025 > Project: Geronimo > Issue Type: Sub-task > Security Level: public(Regular issues) > Components: deployment, naming > Affects Versions: 3.0 > Reporter: David Jencks > Assignee: David Jencks > Fix For: 3.0 > > > Javaee platform spec describes some new jndi java: contexts that are more shared between components. > java:comp (existing) > java:module > java:app > java:global > My first idea for implementing this: > 1. in RootContext, have the thread local represent java: rather than java:comp. So all the namespaces will be in the Context object. > 2. Construct this Context by federating objects for each scope. We'll have to maintain a global context somewhere. The others can presumably be constructed during deployment and set up in the existing gbeans for the app components. > 3. Modify the naming builders to put stuff into the right namespace. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.