Mike, I didn't realize I could open my own account. Done.
Thanks, Tim On Thu, 2008-06-05 at 12:57 -0500, Michael Dick wrote: > Hi Tim, > > I've opened a JIRA on your behalf : > *OPENJPA-626<https://issues.apache.org/jira/browse/OPENJPA-626>. > *It's relatively painless to create a JIRA account and you'll need one to > update the issue. It would be helpful for us (and anyone else who hits this > problem) if we could document the solution to the problem in the issue. > > It's no big deal if you don't open an account though, just putting in my > $0.02. > > -Mike > > On Thu, Jun 5, 2008 at 11:02 AM, Jeremy Bauer <[EMAIL PROTECTED]> wrote: > > > Hi Tim, > > > > A SQL caching performance enhancement was added in 1.2.0 that speeds > > up findBy and certain eager fetch operations (which are used in your > > application). It has been through rigorous testing, but it may be > > worthwhile to verify that the cache isn't causing the problem. If > > you'd like to try running with the cache disabled, add this property > > to your persistence.xml. > > > > <property name="openjpa.jdbc.QuerySQLCache" value="false"/> > > > > -Jeremy > >