Re: ClassStrategy.

2009-08-07 Thread Jeremy Bauer
Hi Chris, As you dive into creating custom strategies, besides reading the OpenJPA docs, you may also want to check out this blog post[1] on the topic. -Jeremy [1] http://webspherepersistence.blogspot.com/2009/04/custom-orm-with-openjpa.html On Fri, Aug 7, 2009 at 2:43 AM, C N Davies wrote: >

Re: ClassStrategy.

2009-08-07 Thread Rick Curtis
Donald - The subdir openjpa-all/. -Rick On Fri, Aug 7, 2009 at 10:37 AM, Donald Woods wrote: > Rick, did you mean you built the openjpa-all subdir or a jar named that? > > The openjpa-all.jar is only created by the 1.3.x and trunk builds. > The 1.2.x/openjpa-all/pom.xml generates the openjpa-1

Re: ClassStrategy.

2009-08-07 Thread Donald Woods
Rick, did you mean you built the openjpa-all subdir or a jar named that? The openjpa-all.jar is only created by the 1.3.x and trunk builds. The 1.2.x/openjpa-all/pom.xml generates the openjpa-1.2.x.jar file. -Donald Rick Curtis wrote: Chris - I built my 1.2.x workspace and found it in the o

RE: ClassStrategy.

2009-08-07 Thread C N Davies
Chris From: Rick Curtis [mailto:curti...@gmail.com] Sent: Friday, 7 August 2009 11:12 PM To: users@openjpa.apache.org; c...@cndavies.com Subject: Re: ClassStrategy. Chris - I built my 1.2.x workspace and found it in the openjpa-all jar. I also checked in the binary download from t

Re: ClassStrategy.

2009-08-07 Thread Rick Curtis
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 d

ClassStrategy.

2009-08-07 Thread C N Davies
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? Than