[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-2030) SimpleStatefulCache does not check for passivated session during a remove() call
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Sun Feb 28 07:35:10 EST 2010
SimpleStatefulCache does not check for passivated session during a remove() call
--------------------------------------------------------------------------------
Key: EJBTHREE-2030
URL: https://jira.jboss.org/jira/browse/EJBTHREE-2030
Project: EJB 3.0
Issue Type: Bug
Components: core
Affects Versions: EJB3_1 1.0.5, Plugin 1.0.19, 1.1.22
Reporter: jaikiran pai
Assignee: jaikiran pai
org.jboss.ejb3.cache.SimpleStatefulCache during passivation call does the following:
1) passivates the session
2) removes the session from the cache
However, later, if some code calls a remove() for the passivated instance, it throws a NoSuchEJBException because the remove() method does *not* check for passivated instances. See the referenced forum thread for the complete details.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list