-
Bug
-
Resolution: Done
-
Major
-
PicketBox_v3_0_CR2
When invoking a long-running EJB method which makes a bunch of calls to some method in another EJB, then JBoss leaks SimpleRole objects. The SimpleRole objects are not removed by a manually triggered garbage collection.
The SimpleRole object leakage seems to go away if I remove the security domain in jboss.xml. When running my jboss application during the night JBoss had 4GB of SimpleRole objects.
- is cloned by
-
JBAS-9362 Long running thread leaks SimpleRole objects
- Resolved