Unless you omitted the relevant portions of your persistence.xml file, it
looks like you didn't enable the openjpa.QueryCache? Do you not have any
persistent properties set?


On Thu, Aug 29, 2013 at 3:03 PM, tlianza <[email protected]> wrote:

> Rick Curtis wrote
> > Please post the contents of your persistence.xml file and what version of
> > OpenJPA are you using?
>
> Relevant portion here:
>
> <persistence xmlns="http://java.sun.com/xml/ns/persistence"; version="2.0">
>         <persistence-unit name="mekka" transaction-type="RESOURCE_LOCAL">
>
> <provider>org.apache.openjpa.persistence.PersistenceProviderImpl</provider>
>                 <class>com.mekka.service.image.model.ImageModel</class>
>                 <class>com.mekka.service.image.model.ImageRepModel</class>
>         </persistence-unit>
> </persistence>
>
> OpenJPA is version 2.2.2
>
> Thanks!
> Tom
>
>
>
> --
> View this message in context:
> http://openjpa.208410.n2.nabble.com/Using-QueryCache-still-seeing-queries-sent-to-the-DB-tp7584807p7584812.html
> Sent from the OpenJPA Users mailing list archive at Nabble.com.
>



-- 
*Rick Curtis*

Reply via email to