Hi, I'm getting memory leak in my aplication server. When I use a tool to see which object has more instances in memory, I find this class in the top five: org.apache.openjpa.kernel.jpql.JPQL$JJCalls.
>From this information, is it possible to imply that I not working correctly with JPA api, and this could be the reason of mem leak? My EntityManagers are managed by EJB. I don't opened neither close it. Thanks for some hint, Mauro. -- View this message in context: http://n2.nabble.com/Memory-Leak-and-JJCalls-tp2971921p2971921.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
