-
Bug
-
Resolution: Done
-
Major
-
EJB 3.0 RC9 - Patch 1
-
None
An invocation on a clustered @Local nested SFSB causes the replication of the ProxiedStatefulBeanContext. This object does not actually hold the bean instance's state, so replicating it is meaningless.
When a nested bean is involved, what should be replicated is the context that represents the ultimate parent of the tree of nested beans.
Need to handle the case of nested invocations, i.e. a call to one bean in the tree results in a call to another. In this case the replication should only occur when the outer call completes. An inner call should only mark the parent bean context as needing replication.
- is related to
-
EJBTHREE-851 Invoke @PrePassivate and @PostActivate callbacks around replication
- Closed
-
EJBTHREE-867 Loosen coupling of lifecycle of nested SFSBs
- Closed