Thanks again, Gene. I have opened a JIRA for this issue. https://issues.apache.org/jira/browse/OPENJPA-1518
Kevin On Wed, Feb 17, 2010 at 3:09 PM, Gene Shaw <[email protected]> wrote: > Thanks for the quick response. Glad to see this issue isn't a problem. I > don't have the ability to open a JIRA > so someone else should probably handle that. > > > > On 2/17/2010 2:57 PM, Kevin Sutter wrote: > >> Hi Gene, >> This message means that the entity's finder select statement (the one used >> when you perform an EM.find() operation) was not cacheable. OpenJPA >> attempts to cache as much reusable data as possible for most efficient >> operation. But, in this case, you don't really care that it's not >> cacheable >> (for whatever reason). When we can cache the finder, the message is just >> a >> Trace message. It looks like this message should also be a Trace message >> and not an WARN. If you have the ability, please open a JIRA on this. I >> will also copy Pinaki since I believe he was the implementer of the >> function... >> >> Thanks, >> Kevin >> >> >
