[jboss-jira] [JBoss JIRA] Closed: (EJBTHREE-871) Invocation on nested SFSB does not trigger replication of parent context
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon Feb 19 04:38:36 EST 2007
[ http://jira.jboss.com/jira/browse/EJBTHREE-871?page=all ]
Brian Stansberry closed EJBTHREE-871.
-------------------------------------
Fix Version/s: EJB 3.0 RC10 - FD
(was: EJB 3.0 RC11 - FD)
Resolution: Done
> Invocation on nested SFSB does not trigger replication of parent context
> ------------------------------------------------------------------------
>
> Key: EJBTHREE-871
> URL: http://jira.jboss.com/jira/browse/EJBTHREE-871
> Project: EJB 3.0
> Issue Type: Bug
> Components: Clustering
> Affects Versions: EJB 3.0 RC9 - Patch 1
> Reporter: Brian Stansberry
> Assigned To: Brian Stansberry
> Fix For: EJB 3.0 RC10 - FD
>
>
> 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.
--
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