I'm not using so far any custom openjpa property like 'Query Compilation Cache'. I'll try to use some of them.
My scenario is this: application server: weblogic 10.3 version kodo: 1.0.0.0_4-2-0 version openjpa: 1.1.0 Persistence XML <?xml version="1.0" encoding="UTF-8"?> <persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" version="1.0"> <persistence-unit name="CAF"> <provider>org.apache.openjpa.persistence.PersistenceProviderImpl</provider> <jta-data-source>CafDS</jta-data-source> <mapping-file>META-INF/orm.xml</mapping-file> <class>...</class> </persistence-unit> </persistence> Thanks! -- View this message in context: http://n2.nabble.com/Memory-Leak-and-JJCalls-tp2971921p2977452.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
