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.