Hi
I need some help on how to solve the memory leak issue with JBoss. I tested
my application for memory leak using JProfiler. And my application is
deployed in JBoss. In the memory view i found that the number of instances
of String objects, HashTree, int and char[] primitve datatypes were
increasing in time. I dont understand where the memory leak is and how to
solve this issue.
Please reply if anyone has any idea as to what is happening.
Thanks in advance