]
Takayoshi Kimura updated EJBTHREE-2251:
---------------------------------------
Summary: ThreadlocalPool.discard() memory leak when exception thrown from bean method
(was: ThreadlocalPool.discard() memory leak)
ThreadlocalPool.discard() memory leak when exception thrown from bean
method
----------------------------------------------------------------------------
Key: EJBTHREE-2251
URL:
https://issues.jboss.org/browse/EJBTHREE-2251
Project: EJB 3.0
Issue Type: Bug
Components: core
Affects Versions: bom-eap5-1.0.1
Reporter: Takayoshi Kimura
ThreadlocalPool internally uses an InfinitePool and the InfinitePool.discard() method
doesn't remove the ctx from its LinkedList active field properly thus memory leaked
when an exception is thrown from bean method.
Need to fix InfinitePool.discard() method.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: