[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-2258) EJB3 "clear" operation required in EJB3 SLSB Pools like EJB 2.x
Mugdha Khandekar (JIRA)
jira-events at lists.jboss.org
Wed Jun 22 02:59:35 EDT 2011
EJB3 "clear" operation required in EJB3 SLSB Pools like EJB 2.x
---------------------------------------------------------------
Key: EJBTHREE-2258
URL: https://issues.jboss.org/browse/EJBTHREE-2258
Project: EJB 3.0
Issue Type: Feature Request
Components: ejb3
Environment: EJB 3
JBoss Enterprise Application Platform 5.1.0
Reporter: Mugdha Khandekar
There was a "clear" operation on pool in jmx-console for SLSB 2.
However, for EJB 3 it does not exists.
I even do not see anything like flush in the API of ThreadLocalPool or StrictMaxPool and its super class AbstractPool
http://docs.jboss.org/jbossas/javadoc/4.0.3SP1/ejb3/org/jboss/ejb3/ThreadlocalPool.html
http://docs.jboss.org/jbossas/javadoc/4.0.3SP1/ejb3/org/jboss/ejb3/StrictMaxPool.html
However, I see that a person has customized the pool having timeout parameter which clears pool :
http://community.jboss.org/thread/164923
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list