-
Bug
-
Resolution: Done
-
Major
-
EJB 3.0 RC8 - FD
-
None
-
None
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.