Return-Path: X-Original-To: apmail-openjpa-dev-archive@www.apache.org Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6591182F9 for ; Mon, 8 Aug 2011 15:40:52 +0000 (UTC) Received: (qmail 4311 invoked by uid 500); 8 Aug 2011 15:40:52 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 4162 invoked by uid 500); 8 Aug 2011 15:40:51 -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 4133 invoked by uid 99); 8 Aug 2011 15:40:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2011 15:40:51 +0000 X-ASF-Spam-Status: No, hits=-2000.8 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2011 15:40:49 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 788EFB1ECD for ; Mon, 8 Aug 2011 15:40:27 +0000 (UTC) Date: Mon, 8 Aug 2011 15:40:27 +0000 (UTC) From: "Rick Curtis (JIRA)" To: dev@openjpa.apache.org Message-ID: <1683618640.16809.1312818027490.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <908172887.14809.1311349438532.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (OPENJPA-2035) Add the ability to cache data on a remote process without needing domain classes 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-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis resolved OPENJPA-2035. ---------------------------------- Resolution: Won't Fix After more digging, this isn't going to be as simple of a fix as I had initially thought. For the meantime, I'm going to close this JIRA as 'Won't fix'. The problem I encountered is that our ids depend on the classes(and java.lang.Class.isAssignableFrom(Class)) that they represent to determine equality when working with inheritance. > Add the ability to cache data on a remote process without needing domain classes > -------------------------------------------------------------------------------- > > Key: OPENJPA-2035 > URL: https://issues.apache.org/jira/browse/OPENJPA-2035 > Project: OpenJPA > Issue Type: Improvement > Components: datacache, kernel > Affects Versions: 2.2.0 > Reporter: Rick Curtis > Assignee: Rick Curtis > Attachments: OPENJPA-2035.patch > > > I have a remote cache running and I don't want to have to add my domain classes to the remote cache's classpath. With this JIRA I'm going to lift this restriction. > Currently OpenJPAId and PCDataImpl have hard references to the domain Class files that they are operating over. We could change these references to transient and keep a hold of the stringified class names to reload the class if necessary. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira