Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 4945 invoked from network); 22 Mar 2010 19:05:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Mar 2010 19:05:50 -0000 Received: (qmail 31973 invoked by uid 500); 22 Mar 2010 19:05:50 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 31942 invoked by uid 500); 22 Mar 2010 19:05:50 -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 31934 invoked by uid 99); 22 Mar 2010 19:05:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Mar 2010 19:05:50 +0000 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; Mon, 22 Mar 2010 19:05:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2AD53234C1EF for ; Mon, 22 Mar 2010 19:05:27 +0000 (UTC) Message-ID: <243783254.411071269284727174.JavaMail.jira@brutus.apache.org> Date: Mon, 22 Mar 2010 19:05:27 +0000 (UTC) From: "Donald Woods (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Resolved: (OPENJPA-1097) Detachment processing of our proxied mutable types (Date, Timestamp, etc) needs to be consistent In-Reply-To: <879449218.1242913606923.JavaMail.jira@brutus> 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 [ https://issues.apache.org/jira/browse/OPENJPA-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods resolved OPENJPA-1097. ----------------------------------- Resolution: Fixed Updated code and docs in 1.3.x and 2.0.0. Attached patch for 1.2.3 if we ever want to include it there. > Detachment processing of our proxied mutable types (Date, Timestamp, etc) needs to be consistent > ------------------------------------------------------------------------------------------------ > > Key: OPENJPA-1097 > URL: https://issues.apache.org/jira/browse/OPENJPA-1097 > Project: OpenJPA > Issue Type: Bug > Components: jpa > Affects Versions: 1.2.2, 1.3.0, 2.0.0-M1 > Reporter: Kevin Sutter > Assignee: Donald Woods > Fix For: 1.3.0, 2.0.0 > > Attachments: OPENJPA-1097-12x-code.patch, OPENJPA-1097-12x-tests.diff, OPENJPA-1097-tests.diff, OPENJPA-1097-trunk.diff, OPENJPA-1097.1-trunk.patch, OPENJPA-1097.2-trunk.patch, OPENJPA-1097.patch, Proxies.java > > > Per the discussion on our forums [1], there seems to some consistent issues with how we perform detachment processing of the mutable types such as Date, Timestamp, etc. There seems to be a couple of issues (at least)... > o Detachment processing is not consistent between the detach() method and the clear() method. > o Tracking of changes on a detached entity, but still allow it to be serialized without requiring the openjpa jar file. > [1] http://n2.nabble.com/Date-Problem-td2943310.html#a2943310 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.