Return-Path: Delivered-To: apmail-openjpa-users-archive@minotaur.apache.org Received: (qmail 81189 invoked from network); 7 Aug 2009 13:12:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Aug 2009 13:12:40 -0000 Received: (qmail 26475 invoked by uid 500); 7 Aug 2009 13:12:47 -0000 Delivered-To: apmail-openjpa-users-archive@openjpa.apache.org Received: (qmail 26409 invoked by uid 500); 7 Aug 2009 13:12:46 -0000 Mailing-List: contact users-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@openjpa.apache.org Delivered-To: mailing list users@openjpa.apache.org Received: (qmail 26399 invoked by uid 99); 7 Aug 2009 13:12:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2009 13:12:46 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of curtisr7@gmail.com designates 209.85.217.212 as permitted sender) Received: from [209.85.217.212] (HELO mail-gx0-f212.google.com) (209.85.217.212) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2009 13:12:38 +0000 Received: by gxk8 with SMTP id 8so1633785gxk.9 for ; Fri, 07 Aug 2009 06:12:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=y0iGLEzSH/hgr4mMHpRfNcdZmVL5DtQ9xf58xWx+mXI=; b=QMwmJbUNmBFqP19x0I01q22MQXfodtc8LIbTQN9/cgXLrJmqDeFc1f65oHvV/aJX2q np6+IoRx4Zb7BJJvGLJUBfjEv71wp9GWIQpG/Xvwmy95j/J4SiYuHxbTLgd37ECTnVal eltu+da1K+qg+gUvziiLiDIbRREjJhcOPyNWE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=KEzWiltBh4pDUzb7KJjs0OqDR53OzEbDLDkGWRTzYURvAr4vAh29nOObQpVQuhThiE 0MaExrjjyaPsbUlbgi4Zl6rVyaPaJPsV86QcY+1kchkSfpk1zdDPjIOqBhGAjEM6+ynJ cTDeb3mBInBZxrS5EBqekPMethnkp4EVCq1ag= MIME-Version: 1.0 Received: by 10.150.54.20 with SMTP id c20mr2475625yba.23.1249650736154; Fri, 07 Aug 2009 06:12:16 -0700 (PDT) In-Reply-To: <00aa01ca1732$ba212b20$2e638160$@com> References: <00aa01ca1732$ba212b20$2e638160$@com> Date: Fri, 7 Aug 2009 08:12:16 -0500 Message-ID: Subject: Re: ClassStrategy. From: Rick Curtis To: users@openjpa.apache.org, cnd@cndavies.com Content-Type: multipart/alternative; boundary=000e0cd3060c38c80104708cfce5 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd3060c38c80104708cfce5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Chris - I built my 1.2.x workspace and found it in the openjpa-all jar. I also checked in the binary download from the openjpa website and the class was there also. /org/apache/openjpa/jdbc/meta/ClassStrategy.class -Rick On Fri, Aug 7, 2009 at 2:43 AM, C N Davies wrote: > > > Looking at the docs there should be an interface named > org.apache.openjpa.jdbc.meta.ClassStrategy which needs to be implemented > in > order to implement a strategy for a custom class. But I cannot find the > class in any of the OpenJPA 1.2.1 jars. Is the document wrong or am I just > stupid? > > > > Thanks J > > > > Chris > > > > --000e0cd3060c38c80104708cfce5--