Hello All,
I'm encountring a strange problem.
If I run my application for few dayz,
When i try to find out the root cause, I found that most of the String objects are hold by Hibernate itself and never gets cleaned up (snapshot attached).
In order to find out is there any memory leak in Hibernate, i found some information on one of the forum (https://forum.hibernate.org/viewtopic.php?f=1&t=995325).
Although the problem reported in this forum is on IBM WebSphere, but I think this might be the cause of leak here too.
Here I'm using following versions
Can anyone help me out what is the real cause for this ?.