Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 15619 invoked from network); 12 Dec 2006 10:03:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2006 10:03:43 -0000 Received: (qmail 88473 invoked by uid 500); 12 Dec 2006 10:03:50 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 88436 invoked by uid 500); 12 Dec 2006 10:03:49 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 88427 invoked by uid 99); 12 Dec 2006 10:03:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2006 02:03:49 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Tue, 12 Dec 2006 02:03:41 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1C4817141A2 for ; Tue, 12 Dec 2006 02:03:21 -0800 (PST) Message-ID: <25187258.1165917801091.JavaMail.jira@brutus> Date: Tue, 12 Dec 2006 02:03:21 -0800 (PST) From: "Marcel Reutegger (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-670) LocalNamespaceMappings does not make use of NameCache in NamespaceRegistryImpl MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org LocalNamespaceMappings does not make use of NameCache in NamespaceRegistryImpl ------------------------------------------------------------------------------ Key: JCR-670 URL: http://issues.apache.org/jira/browse/JCR-670 Project: Jackrabbit Issue Type: Improvement Components: core Affects Versions: 1.1, 1.1.1 Reporter: Marcel Reutegger Priority: Minor Fix For: 1.2 This basically means that the NameCache in NamespaceRegistryImpl is never used. The LocalNamespaceMappings should also implement NameCache and forward calls to the NamespaceRegistryImpl for names with namespace URIs that are not locally remapped. See proposed patch. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira