Memory problems with Spring/Hibernate applications
For a long time many developers have experiences OutOfMemory: PermGen errors when using/deploying an application that has both Spring and hibernate.
Initially it was said that this only occurs on Tomcat/JBossAS servers, but this also occurs on other application servers or containers like Jetty, OC4J, …
The culprit appeared to be Hibernate because it used CGLIB for [...]