Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 12619 invoked from network); 17 Oct 2008 07:39:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Oct 2008 07:39:07 -0000 Received: (qmail 12255 invoked by uid 500); 17 Oct 2008 07:39:08 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 12222 invoked by uid 500); 17 Oct 2008 07:39:08 -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 12211 invoked by uid 99); 17 Oct 2008 07:39:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2008 00:39:08 -0700 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; Fri, 17 Oct 2008 07:38:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2E646234C233 for ; Fri, 17 Oct 2008 00:38:46 -0700 (PDT) Message-ID: <283161657.1224229126188.JavaMail.jira@brutus> Date: Fri, 17 Oct 2008 00:38:46 -0700 (PDT) From: "Christophe Lombart (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-1816) Provide more options for OCM CRUD API Writers to enhance the functionality In-Reply-To: <440308726.1224134564298.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-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Lombart updated JCR-1816: ------------------------------------ Component/s: jackrabbit-ocm Assign this issue to the ocm component > Provide more options for OCM CRUD API Writers to enhance the functionality > -------------------------------------------------------------------------- > > Key: JCR-1816 > URL: https://issues.apache.org/jira/browse/JCR-1816 > Project: Jackrabbit > Issue Type: Improvement > Components: jackrabbit-ocm > Reporter: Boni Gopalan > Assignee: Christophe Lombart > Priority: Trivial > Fix For: 1.6.0 > > Attachments: JCR-1816.bonigopalan.patch > > > I am working on an Extension to Object Content Manager and from that angle require a few methods and variable from the base classes to be exposed with protected access. I have modifier only the getters and these should not cause any issues to the current functionality. Request a review and addition to the trunk. > 1. added a clone implementation to FilterImpl > 2. Exposed : > public CollectionConverter getCollectionConverter(Session session, CollectionDescriptor collectionDescriptor) from ObjectConverter -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.