posted 12 years ago
Hallo, I am trying to use Hibernate (hibernate-distribution-3.3.2.GA, hibernate-annotations-3.4.0.GA, hibernate-entitymanager-3.4.0.GA) in an JSE application as JPA provider.
I get a memory leak. Heap dump analysis shows that
SessionFactoryObjectFactory is the culprit.
Any ideas what may be the cause of this are greatly appreciated.