From dev-return-19397-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Sun Jul 24 13:56:35 2011 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 48F7579D1 for ; Sun, 24 Jul 2011 13:56:35 +0000 (UTC) Received: (qmail 4069 invoked by uid 500); 24 Jul 2011 13:56:34 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 4011 invoked by uid 500); 24 Jul 2011 13:56:33 -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 4003 invoked by uid 99); 24 Jul 2011 13:56:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jul 2011 13:56:33 +0000 X-ASF-Spam-Status: No, hits=-2001.2 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; Sun, 24 Jul 2011 13:56:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8C9E38284D for ; Sun, 24 Jul 2011 13:56:09 +0000 (UTC) Date: Sun, 24 Jul 2011 13:56:09 +0000 (UTC) From: "Rick Curtis (JIRA)" To: dev@openjpa.apache.org Message-ID: <20281701.2132.1311515769557.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <908172887.14809.1311349438532.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=13070189#comment-13070189 ] Rick Curtis commented on OPENJPA-2035: -------------------------------------- I committed the posted patch, but after more thought I still have some work to do. > 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