Cool (and not so cool).  This indicates that we have a potential problem
with our sql query caching support.  Do you have access to our JIRA system?
If so, please go ahead and open a JIRA Issue for this problem.  If not, I
(or another developer) can open one for you.  We need to figure this one out
quickly.

Thanks for your help!
Kevin

On Fri, Sep 19, 2008 at 8:58 AM, egoosen <[EMAIL PROTECTED]>wrote:

>
> Hi Kevin,
>
> I added that property and it fixed the problem.
>
> Kind regards,
> Enrico
>
>
> Kevin Sutter wrote:
> >
> > Egoosen2,
> > One new feature that went into 1.2.0 was the ability to cache some of the
> > generated sql on common queries.  Previous to this change, every query or
> > findBy operation required the same sql to be generated over and over
> > again.
> > It may be possible that the caching is picking up the wrong sql for the
> > scenario that you describing.  As a quick test, could you try running
> with
> > this sql query cache turned off?  The property follows:
> >
> > openjpa.jdbc.QuerySQLCache = false
> >
> > If you could try this and let us know the results, it will help with
> > narrowing down the scope of the problem.
> >
> > Thanks!
> > Kevin
> >
> >
>
> --
> View this message in context:
> http://n2.nabble.com/OpenJPA-1.2.0-Bug-on-FetchType.EAGER-tp1100274p1100906.html
> Sent from the OpenJPA Users mailing list archive at Nabble.com.
>
>

Reply via email to