Re: Data + Query cache

2006-08-25 Thread Marc Logemann
Is there a way to query OpenJPA if the result came from the cache? Or are partial cache results possible, thus making such a isCached() method impossible to implement. -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de Am 25.08.2006 um 14:39 schrieb Kevin

RE: Data + Query cache

2006-08-25 Thread Patrick Linskey
-dev@incubator.apache.org Subject: Re: Data + Query cache Hi, does that mean that the performance pack gets obsolete or how do you want to control the cache then? It would be weird to sell the cache to JDO users while its free for JPA users right? -- regards Marc Logemann [blog

Re: Data + Query cache

2006-08-25 Thread Marc Logemann
Linskey BEA Systems, Inc. -Original Message- From: Marc Logemann [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 7:01 AM To: open-jpa-dev@incubator.apache.org Subject: Re: Data + Query cache Hi, does that mean that the performance pack gets obsolete or how do you want to control

RE: Data + Query cache

2006-08-25 Thread Pinaki Poddar
BEA Systems 415.402.7317 -Original Message- From: Marc Logemann [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 10:18 AM To: open-jpa-dev@incubator.apache.org Subject: Re: Data + Query cache Hi, of course my intention wasnt to ask about kodo, but i was confused that a feature

Re: Data + Query cache

2006-08-25 Thread Bryan Noll
Message- From: Marc Logemann [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 10:18 AM To: open-jpa-dev@incubator.apache.org Subject: Re: Data + Query cache Hi, of course my intention wasnt to ask about kodo, but i was confused that a feature will be on by default that was formerly on sale

RE: Data + Query cache

2006-08-25 Thread Patrick Linskey
On the other hand, if the feature is on by default what would be the likely reason to turn it off? Some JavaEE portal may then report how default behaviour of OpenJPA is not spec-compliant :( How is the data cache not spec-compliant? -Patrick

RE: Data + Query cache

2006-08-25 Thread Pinaki Poddar
I did not mean it is. I was just how a some JavaEE portal may spin it! Pinaki Poddar BEA Systems 415.402.7317 -Original Message- From: Patrick Linskey Sent: Friday, August 25, 2006 11:22 AM To: open-jpa-dev@incubator.apache.org Subject: RE: Data + Query cache On the other hand

RE: Data + Query cache

2006-08-25 Thread Patrick Linskey
I think the first time users are going to write simple applications while evaluating . Will caching affect these kind of applications which have a small amount of data to play around with? Typically, no. -Patrick___