[jboss-jira] [JBoss JIRA] Resolved: (EJBTHREE-2030) SimpleStatefulCache does not check for passivated session during a remove() call

jaikiran pai (JIRA) jira-events at lists.jboss.org
Mon Mar 1 03:28:10 EST 2010


     [ https://jira.jboss.org/jira/browse/EJBTHREE-2030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jaikiran pai resolved EJBTHREE-2030.
------------------------------------

               Fix Version/s: EJB3_1 1.0.6
                  Resolution: Done
    Component Fix Version(s): jboss-ejb3-core:1.2.4


Done in r101649.


> 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: 1.1.22, Plugin 1.0.19, EJB3_1 1.0.5
>            Reporter: jaikiran pai
>            Assignee: jaikiran pai
>             Fix For: EJB3_1 1.0.6
>
>
> 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