Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 51896 invoked from network); 27 Nov 2008 11:31:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2008 11:31:39 -0000 Received: (qmail 66211 invoked by uid 500); 27 Nov 2008 11:31:49 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 66174 invoked by uid 500); 27 Nov 2008 11:31:48 -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 66163 invoked by uid 99); 27 Nov 2008 11:31:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2008 03:31:47 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2008 11:30:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 25E9C234C2A7 for ; Thu, 27 Nov 2008 03:30:46 -0800 (PST) Message-ID: <524602479.1227785446154.JavaMail.jira@brutus> Date: Thu, 27 Nov 2008 03:30:46 -0800 (PST) From: "Marcel Reutegger (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-1834) Create RepositoryFactory implementation In-Reply-To: <1096941083.1224752085158.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/JCR-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-1834: ---------------------------------- Attachment: jackrabbit-api.patch Based on discussions in the JSR 283 EG I have updated the jackrabbit-api.patch. RepositoryFactory is now an interface with a single method. > Create RepositoryFactory implementation > --------------------------------------- > > Key: JCR-1834 > URL: https://issues.apache.org/jira/browse/JCR-1834 > Project: Jackrabbit > Issue Type: New Feature > Components: JCR 2.0 > Reporter: Marcel Reutegger > Priority: Minor > Attachments: jackrabbit-api.patch, jackrabbit-api.patch, jackrabbit-core.patch, jackrabbit-jcr-rmi.patch > > > JSR 283 specifies a RepositoryFactory to retrieve a repository instance based on a map of parameters. We should have the following implementations: > - local repository with repository home and repository configuration parameters > - repository obtained via JNDI > - repository obtained via RMI -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.