-
Bug
-
Resolution: Done
-
Major
-
1.1.22, Plugin 1.0.19, EJB3_1 1.0.5
-
None
-
jboss-ejb3-core:1.2.4
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.
- blocks
-
JBAS-7759 Weld applications throw javax.ejb.NoSuchEJBException after certain time of inactivity in a session
- Closed
- relates to
-
EJBTHREE-788 Default SFSB timeout should be longer than the default tomcat HttpSession timeout.
- Resolved