Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 19137 invoked from network); 11 Jul 2007 10:54:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jul 2007 10:54:27 -0000 Received: (qmail 54592 invoked by uid 500); 11 Jul 2007 10:54:28 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 54556 invoked by uid 500); 11 Jul 2007 10:54:28 -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 54545 invoked by uid 99); 11 Jul 2007 10:54:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jul 2007 03:54:27 -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; Wed, 11 Jul 2007 03:54:24 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6E62D7141F3 for ; Wed, 11 Jul 2007 03:54:04 -0700 (PDT) Message-ID: <7551201.1184151244438.JavaMail.jira@brutus> Date: Wed, 11 Jul 2007 03:54:04 -0700 (PDT) From: "Marcel Reutegger (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-1020) Use repository service wide namespace cache MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Use repository service wide namespace cache ------------------------------------------- Key: JCR-1020 URL: https://issues.apache.org/jira/browse/JCR-1020 Project: Jackrabbit Issue Type: Improvement Components: SPI Reporter: Marcel Reutegger Assignee: Marcel Reutegger Priority: Minor The jcr2spi layer requests namespaces for each new session that is created. It should rather cache them and make them available to other sessions. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.