Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 60068 invoked from network); 18 Jun 2007 16:27:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jun 2007 16:27:03 -0000 Received: (qmail 40033 invoked by uid 500); 18 Jun 2007 16:27:05 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 39997 invoked by uid 500); 18 Jun 2007 16:27:05 -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 39747 invoked by uid 99); 18 Jun 2007 16:27:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2007 09:27:04 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2007 09:26:49 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 33AD77141E0 for ; Mon, 18 Jun 2007 09:26:26 -0700 (PDT) Message-ID: <758686.1182183986209.JavaMail.jira@brutus> Date: Mon, 18 Jun 2007 09:26:26 -0700 (PDT) From: "Julien Vermillard (JIRA)" To: dev@directory.apache.org Subject: [jira] Updated: (DIRSERVER-976) Improving Exception handling in DNS In-Reply-To: <32464732.1182183986093.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSERVER-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Vermillard updated DIRSERVER-976: ---------------------------------------- Attachment: DNSException.patch > Improving Exception handling in DNS > ----------------------------------- > > Key: DIRSERVER-976 > URL: https://issues.apache.org/jira/browse/DIRSERVER-976 > Project: Directory ApacheDS > Issue Type: Improvement > Components: dns > Affects Versions: 1.5.0 > Environment: ADS protocol-dns from TRUNK > Reporter: Julien Vermillard > Attachments: DNSException.patch > > > 1st : RecordStore interface is declared as throws Exception > public Set getRecords( QuestionRecord question ) throws Exception; > Why not change it to DNSException ? > 2nd : GetRessourceRecord depend on LdapNameNotFoundException, why move the management of this exception to LDAP based RecordStore implementations ? > I'm attaching a patch with this issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.