Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 89663 invoked from network); 12 Apr 2007 16:45:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Apr 2007 16:45:41 -0000 Received: (qmail 860 invoked by uid 500); 12 Apr 2007 16:45:37 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 832 invoked by uid 500); 12 Apr 2007 16:45:37 -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 813 invoked by uid 99); 12 Apr 2007 16:45:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2007 09:45:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ole.ersoy@gmail.com designates 64.233.166.181 as permitted sender) Received: from [64.233.166.181] (HELO py-out-1112.google.com) (64.233.166.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2007 09:45:26 -0700 Received: by py-out-1112.google.com with SMTP id a29so505675pyi for ; Thu, 12 Apr 2007 09:45:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=a5Twz2LGflzN7pdoBAuN/BwAmVRSH+cSXu+Yrf6kgN3gD73zC9KgPvEZy6+Ur40bEBnCvxEg8TFJm3JvVyw/dbc23IrekzIyi9rZjIGjqJOE0oeHTLZOuMJ2xJPZVvXuWrvmjdsa5gq7xYAm4u8ero1y+ijJH6t+CeWNkaiO79k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=iHn7rEe2GNbWy4dniRSAARb1mD6Vh/AMBDGeLmaOLIf8G56+E+qBRPfSyQObdTUFyK5heivHzV9q4n8VK3XqlwQwOC7nYWF5ea0Z0cAhtvDOaRW87OnuJ056bDfLWlk3WPNJRpmiJGbT+qoj1a2kNGaU90lFa/rm8Iy1J1jvscw= Received: by 10.35.39.13 with SMTP id r13mr3441351pyj.1176396306237; Thu, 12 Apr 2007 09:45:06 -0700 (PDT) Received: from ?192.168.1.24? ( [24.13.179.233]) by mx.google.com with ESMTP id a79sm1903817pye.2007.04.12.09.45.05; Thu, 12 Apr 2007 09:45:05 -0700 (PDT) Message-ID: <461E610C.5030107@gmail.com> Date: Thu, 12 Apr 2007 11:40:44 -0500 From: Ole Ersoy User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: Apache Directory Developers List Subject: [JNDI] Utility Library Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hey Guys, Should we start a JNDI Utility Library? I already have several pieces that I think would work better in a central location. I'm just showing them in the org.apache.tuscany.das.ldap.util for now. Also, do we have any code for looking up an entry's parent entry/context?. Something like ctx = ctx.getParentContext() //If the parent is then do what a DOM API does I'm currently thinking about implementing it doing something like: String namespacedContext = ctx.getNameInNamespace(); //Parse the namespacedContext //Look up the RDN's parent entry But there may be better ways of doing it. Thoughts? Thanks, - Ole