From dev-return-16409-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Tue May 11 19:38:08 2010 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 24049 invoked from network); 11 May 2010 19:38:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 May 2010 19:38:08 -0000 Received: (qmail 91097 invoked by uid 500); 11 May 2010 19:38:05 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 91070 invoked by uid 500); 11 May 2010 19:38:05 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 91062 invoked by uid 99); 11 May 2010 19:38:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 19:38:05 +0000 X-ASF-Spam-Status: No, hits=-1412.7 required=10.0 tests=ALL_TRUSTED,AWL,FS_REPLICA X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 19:38:04 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4BJbieb010744 for ; Tue, 11 May 2010 19:37:44 GMT Message-ID: <52582.10411273606664271.JavaMail.jira@thor> Date: Tue, 11 May 2010 15:37:44 -0400 (EDT) From: "Pinaki Poddar (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Created: (OPENJPA-1661) Deprecate usage of Replicated annotation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Deprecate usage of Replicated annotation ---------------------------------------- Key: OPENJPA-1661 URL: https://issues.apache.org/jira/browse/OPENJPA-1661 Project: OpenJPA Issue Type: Improvement Components: slice Reporter: Pinaki Poddar Assignee: Pinaki Poddar Currently Slice uses @Replicated annotation on the entity class to designate that a type be replicated across slices. This is the only place where a) application code needs source code level modification to use Slice b) OpenJPA kernel (ClassMetaData) becomes aware of Replication feature The proposal is to remove usage of @Replicated annotation altogether. The entities to be designated as replicated purely via configuration plug-in 'openjpa.slice.ReplicatedTypes" which will accept a comma-separated list of replicated type names. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.