Note that this problem would not have occurred if you were running the OpenJPA enhancer on your types. Since you're (presumably) shipping the classes in your product, you might want to consider using the enhancer; it will deliver some performance and memory optimizations vs. running without the enhancer.
-Patrick On Sep 14, 2007 7:39 AM, Dave <[EMAIL PROTECTED]> wrote: > On 9/13/07, Patrick Linskey <[EMAIL PROTECTED]> wrote: > > I think that this is OPENJPA-335 [1]. I just checked in a fix to 1.0.x > > that works against your use case. It'll be available in the 1.0.1 and > > 1.1.0 snapshots in a few hours. > > > [1] https://issues.apache.org/jira/browse/OPENJPA-335 > > That must be it. Roller is guilty of "logic in getters for entities > with property access". I'll grab a 1.0.1 snapshot and try it out. > Thanks for the help. > > - Dave > > > > > > > - Dave > -- Patrick Linskey 202 669 5907
