Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 8241 invoked from network); 1 Apr 2010 02:26:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Apr 2010 02:26:48 -0000 Received: (qmail 82041 invoked by uid 500); 1 Apr 2010 02:26:48 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 81986 invoked by uid 500); 1 Apr 2010 02:26:48 -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 81978 invoked by uid 99); 1 Apr 2010 02:26:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 02:26:48 +0000 X-ASF-Spam-Status: No, hits=-1190.4 required=10.0 tests=ALL_TRUSTED,AWL 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, 01 Apr 2010 02:26:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 31DB6234C4BE for ; Thu, 1 Apr 2010 02:26:27 +0000 (UTC) Message-ID: <472111626.622991270088787203.JavaMail.jira@brutus.apache.org> Date: Thu, 1 Apr 2010 02:26:27 +0000 (UTC) From: "Donald Woods (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Updated: (OPENJPA-1597) Need Compatibility setting for new OPENJPA-1097 Proxies and DetachedStateField behavior In-Reply-To: <1731952625.461521269443129709.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OPENJPA-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1597: ---------------------------------- Attachment: OPENJPA-1597-13x.patch Add Compatibility option to use new 2.0 behavior of removing proxy classes unless DetachedStateField=true, but default is still the old behavior. > Need Compatibility setting for new OPENJPA-1097 Proxies and DetachedStateField behavior > --------------------------------------------------------------------------------------- > > Key: OPENJPA-1597 > URL: https://issues.apache.org/jira/browse/OPENJPA-1597 > Project: OpenJPA > Issue Type: Bug > Components: integration, jpa, UnenhancedClasses > Affects Versions: 2.0.0-beta3 > Reporter: Donald Woods > Assignee: Donald Woods > Priority: Critical > Fix For: 2.0.0 > > Attachments: OPENJPA-1597-12x-tests.patch, OPENJPA-1597-13x.patch, OPENJPA-1597-20x-20100327.patch, OPENJPA-1597-20x-docs.patch, OPENJPA-1597-20x-tests-fix.patch, OPENJPA-1597-20x-tests.patch, OPENJPA-1597-trunk-20100327.patch, OPENJPA-1597-trunk-compat.patch, OPENJPA-1597-trunk-tests-fix.patch, OPENJPA-1597-trunk-tests.patch > > > Need Compatibility setting for new Proxies and DetachedStateField behavior introduced in OPENJPA-1097 for legacy 1.0 persistence.xml apps, that rely on old behavior that using DetachedStateField=true would remove $proxy usage when serialized, but the new behavior is to keep the $proxy usage since we are serializing the StateManager into the object.... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.