Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 73287 invoked from network); 8 Aug 2003 21:47:02 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 8 Aug 2003 21:47:02 -0000 Received: (qmail 11758 invoked by uid 97); 8 Aug 2003 21:49:45 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 11751 invoked from network); 8 Aug 2003 21:49:45 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 8 Aug 2003 21:49:45 -0000 Received: (qmail 72936 invoked by uid 500); 8 Aug 2003 21:46:59 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 72925 invoked from network); 8 Aug 2003 21:46:59 -0000 Received: from ms-smtp-02.southeast.rr.com (24.93.67.83) by daedalus.apache.org with SMTP; 8 Aug 2003 21:46:59 -0000 Received: from noel770 (cae88-112-241.sc.rr.com [24.88.112.241]) by ms-smtp-02.southeast.rr.com (8.12.5/8.12.2) with SMTP id h78LhjZw028669; Fri, 8 Aug 2003 17:43:46 -0400 (EDT) From: "Noel J. Bergman" To: "Jakarta Commons Developers List" Cc: "James-Dev Mailing List" Subject: RE: Tomcat Naming Date: Fri, 8 Aug 2003 17:48:35 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Tim O'Brien asked: > Tomcat ships with a naming component which is relatively easy to reuse. > There has been some talk of moving this Jakarta Commons to encourage > reuse. > I know that many have expressed interest in doing something like this, but > is there anyone out there with any strong views either way. Well, I know that right now I am working on needing to integrate JNDI into James, if that gives you a clue of how I feel. And I think that someone else IS doing some of it, but I don't see any evidence (i.e., CVS presence) so far. Mind you, I can't use Remy's clever approach for using assigning the initial context, but I think we'll all be able to teach each other things. Right now, I'm planning to have the container code in James set a ThreadLocal when invoking a Matcher or Mailet, with the correct initialcontext information available there for when the component goes to instantiate an InitialContext. The implementation, of course, will be private to the container, not the contained. --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org