From dev-return-11042-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Mon Mar 16 20:26:12 2009 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 47392 invoked from network); 16 Mar 2009 20:26:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Mar 2009 20:26:11 -0000 Received: (qmail 48878 invoked by uid 500); 16 Mar 2009 20:26:11 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 48859 invoked by uid 500); 16 Mar 2009 20:26:11 -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 48847 invoked by uid 99); 16 Mar 2009 20:26:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 13:26:11 -0700 X-ASF-Spam-Status: No, hits=-1998.8 required=10.0 tests=ALL_TRUSTED,FS_REPLICA 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; Mon, 16 Mar 2009 20:26:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6FBEF234C004 for ; Mon, 16 Mar 2009 13:25:50 -0700 (PDT) Message-ID: <1127853782.1237235150453.JavaMail.jira@brutus> Date: Mon, 16 Mar 2009 13:25:50 -0700 (PDT) From: "Pinaki Poddar (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Created: (OPENJPA-981) @Replicated is only recognized for root instance but not the instanes reachable from the root during persist() operation. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org @Replicated is only recognized for root instance but not the instanes reachable from the root during persist() operation. ------------------------------------------------------------------------------------------------------------------------- Key: OPENJPA-981 URL: https://issues.apache.org/jira/browse/OPENJPA-981 Project: OpenJPA Issue Type: Bug Components: slice Reporter: Pinaki Poddar The root instance is replicated across multiple slices. But the closure of the root is assigned to the first slice only even when the instances of closure are @Replicated themselves. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.