[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-662) sfsb bean remove is not properly done
Ben Wang (JIRA)
jira-events at jboss.com
Tue Jul 25 11:24:11 EDT 2006
sfsb bean remove is not properly done
--------------------------------------
Key: EJBTHREE-662
URL: http://jira.jboss.com/jira/browse/EJBTHREE-662
Project: EJB 3.0
Issue Type: Bug
Affects Versions: EJB 3.0 RC8 - FD
Reporter: Ben Wang
Assigned To: Ben Wang
Fix For: EJB 3.0 RC9 - FD
Currently in StatefulRemoveInterceptor, when user calls @Remove, it removes directly the bean instance in the cache. However, this is incorrect when there is nested bean involved. Correct procedure is to do StatefulBeanContext.remove() that will remove it recursively.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list