Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 26016 invoked from network); 13 Dec 2010 17:59:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Dec 2010 17:59:24 -0000 Received: (qmail 77301 invoked by uid 500); 13 Dec 2010 17:59:24 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 77118 invoked by uid 500); 13 Dec 2010 17:59:24 -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 77111 invoked by uid 99); 13 Dec 2010 17:59:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Dec 2010 17:59:24 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Dec 2010 17:59:22 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBDHx0cd029576 for ; Mon, 13 Dec 2010 17:59:01 GMT Message-ID: <23379429.94201292263140796.JavaMail.jira@thor> Date: Mon, 13 Dec 2010 12:59:00 -0500 (EST) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Updated: (DIRSHARED-67) Remove all usage of JNDI from shared-ldap 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/DIRSHARED-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSHARED-67: --------------------------------------- Fix Version/s: (was: 1.0.0-RC1) 1.0.0 It will be a bit complex to do before the final version, IMO > Remove all usage of JNDI from shared-ldap > ----------------------------------------- > > Key: DIRSHARED-67 > URL: https://issues.apache.org/jira/browse/DIRSHARED-67 > Project: Directory Shared > Issue Type: Task > Reporter: Stefan Seelmann > Fix For: 1.0.0 > > > We should remove all occurences of JNDI (javax.naming) from shared-ldap. We should use the new shared/API classes where possible. Utilities for converting between API and JNDI should be moved to shared-ldap-jndi module. Lot of JNDI is used in stored procedure and trigger code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.