Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 32440 invoked from network); 6 May 2009 16:27:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 May 2009 16:27:53 -0000 Received: (qmail 89714 invoked by uid 500); 6 May 2009 16:27:53 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 89611 invoked by uid 500); 6 May 2009 16:27:52 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 89590 invoked by uid 99); 6 May 2009 16:27:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 16:27:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 16:27:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A922E234C04B for ; Wed, 6 May 2009 09:27:30 -0700 (PDT) Message-ID: <101863846.1241627250691.JavaMail.jira@brutus> Date: Wed, 6 May 2009 09:27:30 -0700 (PDT) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Closed: (DIRNAMING-11) Make NamingContextFactory maintained named contexts in ContextBindings MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRNAMING-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRNAMING-11. -------------------------------------- > Make NamingContextFactory maintained named contexts in ContextBindings > ---------------------------------------------------------------------- > > Key: DIRNAMING-11 > URL: https://issues.apache.org/jira/browse/DIRNAMING-11 > Project: Directory Naming > Issue Type: Improvement > Reporter: Phil Steitz > Assignee: Phil Steitz > > The shell implementation of NamingContextFactory in 0.8 does not persist contexts. This enhancement is to create a NAME environment property that getInitialContext will look for in the environment. If present, ContextBindings should be searched for the named context. If none is found, a context with the given name should be created and inserted. If no name is specified, a "global name" should be assumed, so "anonymous" contexts all refer to a single shared context. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.